Uses of Class
com.floragunn.signals.watch.action.invokers.AlertAction
-
Packages that use AlertAction Package Description com.floragunn.signals.confconv.es com.floragunn.signals.watch com.floragunn.signals.watch.action.invokers -
-
Uses of AlertAction in com.floragunn.signals.confconv.es
Methods in com.floragunn.signals.confconv.es that return types with arguments of type AlertAction Modifier and Type Method Description ConversionResult<List<AlertAction>>ActionConverter. convertToSignals() -
Uses of AlertAction in com.floragunn.signals.watch
Methods in com.floragunn.signals.watch that return types with arguments of type AlertAction Modifier and Type Method Description List<AlertAction>Watch. getActions() -
Uses of AlertAction in com.floragunn.signals.watch.action.invokers
Methods in com.floragunn.signals.watch.action.invokers that return AlertAction Modifier and Type Method Description static AlertActionAlertAction. create(WatchInitializationService watchInitService, com.fasterxml.jackson.databind.node.ObjectNode jsonObject, SeverityMapping severityMapping)Methods in com.floragunn.signals.watch.action.invokers that return types with arguments of type AlertAction Modifier and Type Method Description static List<AlertAction>AlertAction. createFromArray(WatchInitializationService ctx, com.fasterxml.jackson.databind.node.ArrayNode arrayNode, SeverityMapping severityMapping)Constructors in com.floragunn.signals.watch.action.invokers with parameters of type AlertAction Constructor Description AutoResolveAction(AlertAction alertAction, ActionHandler handler)
-