Uses of Class
org.guvnor.ala.pipeline.execution.PipelineExecutorTaskManager.ExecutionMode
-
Packages that use PipelineExecutorTaskManager.ExecutionMode Package Description org.guvnor.ala.pipeline.execution org.guvnor.ala.pipeline.execution.impl -
-
Uses of PipelineExecutorTaskManager.ExecutionMode in org.guvnor.ala.pipeline.execution
Methods in org.guvnor.ala.pipeline.execution that return PipelineExecutorTaskManager.ExecutionMode Modifier and Type Method Description static PipelineExecutorTaskManager.ExecutionModePipelineExecutorTaskManager.ExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PipelineExecutorTaskManager.ExecutionMode[]PipelineExecutorTaskManager.ExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.guvnor.ala.pipeline.execution with parameters of type PipelineExecutorTaskManager.ExecutionMode Modifier and Type Method Description StringPipelineExecutorTaskManager. execute(PipelineExecutorTaskDef taskDef, PipelineExecutorTaskManager.ExecutionMode executionMode)Starts the execution of a task based on the taskDef provided as parameter. -
Uses of PipelineExecutorTaskManager.ExecutionMode in org.guvnor.ala.pipeline.execution.impl
Methods in org.guvnor.ala.pipeline.execution.impl with parameters of type PipelineExecutorTaskManager.ExecutionMode Modifier and Type Method Description StringPipelineExecutorTaskManagerImpl. execute(PipelineExecutorTaskDef taskDef, PipelineExecutorTaskManager.ExecutionMode executionMode)
-