Uses of Class
com.floragunn.signals.execution.WatchExecutionContext
-
-
Uses of WatchExecutionContext in com.floragunn.signals.execution
Methods in com.floragunn.signals.execution that return WatchExecutionContext Modifier and Type Method Description WatchExecutionContextWatchExecutionContext. clone()WatchExecutionContextWatchRunner. getCtx()WatchExecutionContextWatchExecutionContext. with(WatchExecutionContextData contextData)WatchExecutionContextWatchExecutionContext. with(ActionInvocationType actionInvocationType) -
Uses of WatchExecutionContext in com.floragunn.signals.script
Constructors in com.floragunn.signals.script with parameters of type WatchExecutionContext Constructor Description SignalsScript(Map<String,Object> params, WatchExecutionContext watchRuntimeContext) -
Uses of WatchExecutionContext in com.floragunn.signals.script.types
Methods in com.floragunn.signals.script.types with parameters of type WatchExecutionContext Modifier and Type Method Description SignalsObjectFunctionScriptSignalsObjectFunctionScript.Factory. newInstance(Map<String,Object> params, WatchExecutionContext watcherContext)Constructors in com.floragunn.signals.script.types with parameters of type WatchExecutionContext Constructor Description SignalsObjectFunctionScript(Map<String,Object> params, WatchExecutionContext watchRuntimeContext) -
Uses of WatchExecutionContext in com.floragunn.signals.watch.action.handlers
Methods in com.floragunn.signals.watch.action.handlers with parameters of type WatchExecutionContext Modifier and Type Method Description abstract ActionExecutionResultActionHandler. execute(WatchExecutionContext ctx)ActionExecutionResultIndexAction. execute(WatchExecutionContext ctx)ActionExecutionResultWebhookAction. execute(WatchExecutionContext ctx) -
Uses of WatchExecutionContext in com.floragunn.signals.watch.action.handlers.email
Methods in com.floragunn.signals.watch.action.handlers.email with parameters of type WatchExecutionContext Modifier and Type Method Description ActionExecutionResultEmailAction. execute(WatchExecutionContext ctx) -
Uses of WatchExecutionContext in com.floragunn.signals.watch.action.handlers.slack
Methods in com.floragunn.signals.watch.action.handlers.slack with parameters of type WatchExecutionContext Modifier and Type Method Description ActionExecutionResultSlackAction. execute(WatchExecutionContext ctx) -
Uses of WatchExecutionContext in com.floragunn.signals.watch.action.invokers
Methods in com.floragunn.signals.watch.action.invokers with parameters of type WatchExecutionContext Modifier and Type Method Description ActionExecutionResultActionInvoker. execute(WatchExecutionContext ctx) -
Uses of WatchExecutionContext in com.floragunn.signals.watch.checks
Constructors in com.floragunn.signals.watch.checks with parameters of type WatchExecutionContext Constructor Description CalcScript(Map<String,Object> params, WatchExecutionContext watchRuntimeContext)ConditionScript(Map<String,Object> params, WatchExecutionContext watchRuntimeContext)TransformScript(Map<String,Object> params, WatchExecutionContext watchRuntimeContext) -
Uses of WatchExecutionContext in com.floragunn.signals.watch.common
Methods in com.floragunn.signals.watch.common with parameters of type WatchExecutionContext Modifier and Type Method Description org.apache.http.client.methods.HttpUriRequestHttpRequestConfig. createHttpRequest(WatchExecutionContext ctx)protected List<String>WatchElement. render(WatchExecutionContext ctx, List<org.elasticsearch.script.TemplateScript.Factory> list)protected StringWatchElement. render(WatchExecutionContext ctx, org.elasticsearch.script.TemplateScript.Factory script) -
Uses of WatchExecutionContext in com.floragunn.signals.watch.severity
Methods in com.floragunn.signals.watch.severity with parameters of type WatchExecutionContext Modifier and Type Method Description SeverityMapping.EvaluationResultSeverityMapping. execute(WatchExecutionContext ctx)SeverityMapping.SeverityValueScriptSeverityMapping.SeverityValueScript.Factory. newInstance(Map<String,Object> params, WatchExecutionContext watcherContext)Constructors in com.floragunn.signals.watch.severity with parameters of type WatchExecutionContext Constructor Description SeverityValueScript(Map<String,Object> params, WatchExecutionContext watchRuntimeContext)
-