Uses of Class
org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskImpl
-
Packages that use PipelineExecutorTaskImpl Package Description org.guvnor.ala.pipeline.execution.impl -
-
Uses of PipelineExecutorTaskImpl in org.guvnor.ala.pipeline.execution.impl
Methods in org.guvnor.ala.pipeline.execution.impl that return PipelineExecutorTaskImpl Modifier and Type Method Description PipelineExecutorTaskImplPipelineExecutorTaskManagerImplHelper. createTask(PipelineExecutorTaskDef taskDef)PipelineExecutorTaskImplPipelineExecutorTaskManagerImplHelper. createTask(PipelineExecutorTaskDef taskDef, String executionId)PipelineExecutorTaskImplPipelineExecutorTaskManagerImpl.TaskEntry. getTask()Methods in org.guvnor.ala.pipeline.execution.impl with parameters of type PipelineExecutorTaskImpl Modifier and Type Method Description static PipelineExecutorTaskManagerImpl.TaskEntryPipelineExecutorTaskManagerImpl.TaskEntry. newAsyncEntry(PipelineExecutorTaskImpl task)static PipelineExecutorTaskManagerImpl.TaskEntryPipelineExecutorTaskManagerImpl.TaskEntry. newSyncEntry(PipelineExecutorTaskImpl task)voidPipelineExecutorTaskManagerImplHelper. setTaskInStoppedStatus(PipelineExecutorTaskImpl task)
-