Uses of Interface
org.guvnor.ala.pipeline.execution.PipelineExecutorTaskDef
-
Packages that use PipelineExecutorTaskDef Package Description org.guvnor.ala.pipeline.execution org.guvnor.ala.pipeline.execution.impl -
-
Uses of PipelineExecutorTaskDef in org.guvnor.ala.pipeline.execution
Methods in org.guvnor.ala.pipeline.execution that return PipelineExecutorTaskDef Modifier and Type Method Description PipelineExecutorTaskDefPipelineExecutorTask. getTaskDef()Methods in org.guvnor.ala.pipeline.execution with parameters of type PipelineExecutorTaskDef 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 PipelineExecutorTaskDef in org.guvnor.ala.pipeline.execution.impl
Classes in org.guvnor.ala.pipeline.execution.impl that implement PipelineExecutorTaskDef Modifier and Type Class Description classPipelineExecutorTaskDefImplMethods in org.guvnor.ala.pipeline.execution.impl that return PipelineExecutorTaskDef Modifier and Type Method Description PipelineExecutorTaskDefPipelineExecutorTaskImpl. getTaskDef()Methods in org.guvnor.ala.pipeline.execution.impl with parameters of type PipelineExecutorTaskDef Modifier and Type Method Description PipelineExecutorTaskImplPipelineExecutorTaskManagerImplHelper. createTask(PipelineExecutorTaskDef taskDef)PipelineExecutorTaskImplPipelineExecutorTaskManagerImplHelper. createTask(PipelineExecutorTaskDef taskDef, String executionId)StringPipelineExecutorTaskManagerImpl. execute(PipelineExecutorTaskDef taskDef, PipelineExecutorTaskManager.ExecutionMode executionMode)Constructors in org.guvnor.ala.pipeline.execution.impl with parameters of type PipelineExecutorTaskDef Constructor Description PipelineExecutorTaskImpl(PipelineExecutorTaskDef taskDef, String executionId)
-