Uses of Class
org.guvnor.ala.pipeline.execution.PipelineExecutorTask.Status
-
Packages that use PipelineExecutorTask.Status Package Description org.guvnor.ala.pipeline.execution org.guvnor.ala.pipeline.execution.impl -
-
Uses of PipelineExecutorTask.Status in org.guvnor.ala.pipeline.execution
Methods in org.guvnor.ala.pipeline.execution that return PipelineExecutorTask.Status Modifier and Type Method Description PipelineExecutorTask.StatusPipelineExecutorTask. getPipelineStatus()PipelineExecutorTask.StatusPipelineExecutorTask. getStageStatus(String stage)static PipelineExecutorTask.StatusPipelineExecutorTask.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static PipelineExecutorTask.Status[]PipelineExecutorTask.Status. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PipelineExecutorTask.Status in org.guvnor.ala.pipeline.execution.impl
Methods in org.guvnor.ala.pipeline.execution.impl that return PipelineExecutorTask.Status Modifier and Type Method Description PipelineExecutorTask.StatusPipelineExecutorTaskImpl. getPipelineStatus()PipelineExecutorTask.StatusPipelineExecutorTaskImpl. getStageStatus(String stage)Methods in org.guvnor.ala.pipeline.execution.impl with parameters of type PipelineExecutorTask.Status Modifier and Type Method Description voidPipelineExecutorTaskImpl. setPipelineStatus(PipelineExecutorTask.Status pipelineStatus)voidPipelineExecutorTaskImpl. setStageStatus(String stage, PipelineExecutorTask.Status status)
-