Uses of Class
com.floragunn.signals.execution.SimulationMode
-
Packages that use SimulationMode Package Description com.floragunn.signals.actions.watch.execute com.floragunn.signals.execution -
-
Uses of SimulationMode in com.floragunn.signals.actions.watch.execute
Methods in com.floragunn.signals.actions.watch.execute that return SimulationMode Modifier and Type Method Description SimulationModeExecuteWatchRequest. getSimulationMode()Methods in com.floragunn.signals.actions.watch.execute with parameters of type SimulationMode Modifier and Type Method Description voidExecuteWatchRequest. setSimulationMode(SimulationMode simulationMode)Constructors in com.floragunn.signals.actions.watch.execute with parameters of type SimulationMode Constructor Description ExecuteWatchRequest(String watchId, String watchJson, boolean recordExecution, SimulationMode simulationMode, boolean includeAllRuntimeAttributesInResponse) -
Uses of SimulationMode in com.floragunn.signals.execution
Methods in com.floragunn.signals.execution that return SimulationMode Modifier and Type Method Description SimulationModeWatchExecutionContext. getSimulationMode()static SimulationModeSimulationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SimulationMode[]SimulationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.floragunn.signals.execution with parameters of type SimulationMode Constructor Description WatchExecutionContext(org.elasticsearch.client.Client client, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, AccountRegistry accountRegistry, ExecutionEnvironment executionEnvironment, ActionInvocationType actionInvocationType, WatchExecutionContextData contextData, WatchExecutionContextData resolvedContextData, SimulationMode simulationMode, HttpEndpointWhitelist httpEndpointWhitelist, HttpProxyConfig httpProxyConfig)WatchRunner(Watch watch, org.elasticsearch.client.Client client, AccountRegistry accountRegistry, org.elasticsearch.script.ScriptService scriptService, WatchLogWriter watchLogWriter, WatchStateWriter<?> watchStateWriter, com.floragunn.searchsupport.diag.DiagnosticContext diagnosticContext, WatchState watchState, ExecutionEnvironment executionEnvironment, SimulationMode simulationMode, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, SignalsSettings signalsSettings, String nodeName, GotoCheckSelector checkSelector, NestedValueMap input)
-