Uses of Class
com.floragunn.signals.watch.result.ActionLog
-
Packages that use ActionLog Package Description com.floragunn.signals.watch.result -
-
Uses of ActionLog in com.floragunn.signals.watch.result
Methods in com.floragunn.signals.watch.result that return ActionLog Modifier and Type Method Description static ActionLogActionLog. parse(com.fasterxml.jackson.databind.JsonNode jsonNode)Methods in com.floragunn.signals.watch.result that return types with arguments of type ActionLog Modifier and Type Method Description List<ActionLog>WatchLog. getActions()List<ActionLog>ActionLog. getElements()List<ActionLog>WatchLog. getResolveActions()static List<ActionLog>ActionLog. parseList(com.fasterxml.jackson.databind.node.ArrayNode arrayNode)Method parameters in com.floragunn.signals.watch.result with type arguments of type ActionLog Modifier and Type Method Description voidWatchLog. setActions(List<ActionLog> actions)voidActionLog. setElements(List<ActionLog> elements)voidWatchLog. setResolveActions(List<ActionLog> resolveActions)
-