Uses of Class
com.floragunn.signals.watch.action.handlers.ActionHandler
-
-
Uses of ActionHandler in com.floragunn.signals.execution
Constructors in com.floragunn.signals.execution with parameters of type ActionHandler Constructor Description ActionExecutionException(ActionHandler action, String message)ActionExecutionException(ActionHandler action, String message, com.floragunn.searchsupport.jobs.config.validation.ValidationErrors validationErrors)ActionExecutionException(ActionHandler action, String message, Throwable cause)ActionExecutionException(ActionHandler action, Throwable cause) -
Uses of ActionHandler in com.floragunn.signals.watch
Methods in com.floragunn.signals.watch that return ActionHandler Modifier and Type Method Description protected abstract ActionHandlerWatchBuilder.AbstractActionBuilder. finish()protected ActionHandlerWatchBuilder.EmailActionBuilder. finish()protected ActionHandlerWatchBuilder.GenericActionBuilder. finish()protected ActionHandlerWatchBuilder.IndexActionBuilder. finish()protected ActionHandlerWatchBuilder.LogActionBuilder. finish()protected ActionHandlerWatchBuilder.SlackActionBuilder. finish()protected ActionHandlerWatchBuilder.WebhookActionBuilder. finish()Methods in com.floragunn.signals.watch with parameters of type ActionHandler Modifier and Type Method Description WatchBuilder.GenericActionBuilderWatchBuilder.BaseActionBuilder. act(ActionHandler actionHandler)protected voidWatchBuilder.ActionBuilder. addActionHandler(ActionHandler actionHandler, WatchBuilder.AbstractActionBuilder abstractActionBuilder)protected abstract voidWatchBuilder.BaseActionBuilder. addActionHandler(ActionHandler actionHandler, WatchBuilder.AbstractActionBuilder abstractActionBuilder)protected voidWatchBuilder.ResolveActionBuilder. addActionHandler(ActionHandler actionHandler, WatchBuilder.AbstractActionBuilder abstractActionBuilder) -
Uses of ActionHandler in com.floragunn.signals.watch.action.handlers
Classes in com.floragunn.signals.watch.action.handlers with type parameters of type ActionHandler Modifier and Type Class Description static classActionHandler.Factory<A extends ActionHandler>Subclasses of ActionHandler in com.floragunn.signals.watch.action.handlers Modifier and Type Class Description classIndexActionclassWebhookActionMethods in com.floragunn.signals.watch.action.handlers that return ActionHandler Modifier and Type Method Description static ActionHandlerActionHandler. create(WatchInitializationService watchInitService, com.fasterxml.jackson.databind.JsonNode jsonNode)static ActionHandlerActionHandler. create(WatchInitializationService watchInitService, com.floragunn.searchsupport.jobs.config.validation.ValidatingJsonNode jsonNode)ActionHandlerAutoResolveActionHandler. getResolveActionHandler()static ActionHandlerActionHandler. parseJson(WatchInitializationService ctx, String json) -
Uses of ActionHandler in com.floragunn.signals.watch.action.handlers.email
Subclasses of ActionHandler in com.floragunn.signals.watch.action.handlers.email Modifier and Type Class Description classEmailAction -
Uses of ActionHandler in com.floragunn.signals.watch.action.handlers.slack
Subclasses of ActionHandler in com.floragunn.signals.watch.action.handlers.slack Modifier and Type Class Description classSlackAction -
Uses of ActionHandler in com.floragunn.signals.watch.action.invokers
Fields in com.floragunn.signals.watch.action.invokers declared as ActionHandler Modifier and Type Field Description protected ActionHandlerActionInvoker. handlerMethods in com.floragunn.signals.watch.action.invokers that return ActionHandler Modifier and Type Method Description ActionHandlerActionInvoker. getHandler()Constructors in com.floragunn.signals.watch.action.invokers with parameters of type ActionHandler Constructor Description ActionInvoker(String name, ActionHandler handler, List<Check> checks, InlinePainlessScript<SignalsObjectFunctionScript.Factory> foreach, Integer foreachLimit)AlertAction(String name, ActionHandler handler, com.floragunn.searchsupport.util.duration.DurationExpression throttlePeriod, SeverityLevel.Set severityLevels, List<Check> checks, InlinePainlessScript<SignalsObjectFunctionScript.Factory> foreach, Integer foreachLimit)AutoResolveAction(AlertAction alertAction, ActionHandler handler)ResolveAction(String name, ActionHandler handler, SeverityLevel.Set resolvesSeverityLevels, List<Check> checks)
-