Uses of Class
org.guvnor.ala.pipeline.execution.PipelineExecutorException
-
Packages that use PipelineExecutorException Package Description org.guvnor.ala.pipeline.execution org.guvnor.ala.pipeline.execution.impl -
-
Uses of PipelineExecutorException in org.guvnor.ala.pipeline.execution
Methods in org.guvnor.ala.pipeline.execution that throw PipelineExecutorException Modifier and Type Method Description voidPipelineExecutorTaskManager. delete(String taskId)Deletes a pipeline executor task that is in FINISHED, STOPPED or ERROR status.voidPipelineExecutorTaskManager. destroy(String taskId)Destroys a pipeline executor task that was launched in ASYNCHRONOUS independently of the execution status.voidPipelineExecutorTaskManager. stop(String taskId)Stops a pipeline executor task that was launched in ASYNCHRONOUS mode that is in RUNNING or SCHEDULED status. -
Uses of PipelineExecutorException in org.guvnor.ala.pipeline.execution.impl
Methods in org.guvnor.ala.pipeline.execution.impl that throw PipelineExecutorException Modifier and Type Method Description voidPipelineExecutorTaskManagerImpl. delete(String taskId)voidPipelineExecutorTaskManagerImpl. destroy(String taskId)voidPipelineExecutorTaskManagerImpl. stop(String taskId)
-