Uses of Class
com.floragunn.signals.watch.action.handlers.ActionExecutionResult
-
-
Uses of ActionExecutionResult in com.floragunn.signals.watch.action.handlers
Methods in com.floragunn.signals.watch.action.handlers that return ActionExecutionResult Modifier and Type Method Description abstract ActionExecutionResultActionHandler. execute(WatchExecutionContext ctx)ActionExecutionResultIndexAction. execute(WatchExecutionContext ctx)ActionExecutionResultWebhookAction. execute(WatchExecutionContext ctx) -
Uses of ActionExecutionResult in com.floragunn.signals.watch.action.handlers.email
Methods in com.floragunn.signals.watch.action.handlers.email that return ActionExecutionResult Modifier and Type Method Description ActionExecutionResultEmailAction. execute(WatchExecutionContext ctx) -
Uses of ActionExecutionResult in com.floragunn.signals.watch.action.handlers.slack
Methods in com.floragunn.signals.watch.action.handlers.slack that return ActionExecutionResult Modifier and Type Method Description ActionExecutionResultSlackAction. execute(WatchExecutionContext ctx) -
Uses of ActionExecutionResult in com.floragunn.signals.watch.action.invokers
Methods in com.floragunn.signals.watch.action.invokers that return ActionExecutionResult Modifier and Type Method Description ActionExecutionResultActionInvoker. execute(WatchExecutionContext ctx)
-