Uses of Class
org.guvnor.ala.pipeline.execution.PipelineExecutorError
-
Packages that use PipelineExecutorError Package Description org.guvnor.ala.pipeline.execution org.guvnor.ala.pipeline.execution.impl -
-
Uses of PipelineExecutorError in org.guvnor.ala.pipeline.execution
Methods in org.guvnor.ala.pipeline.execution that return PipelineExecutorError Modifier and Type Method Description PipelineExecutorErrorPipelineExecutorTask. getPipelineError()PipelineExecutorErrorPipelineExecutorTask. getStageError(String stage) -
Uses of PipelineExecutorError in org.guvnor.ala.pipeline.execution.impl
Methods in org.guvnor.ala.pipeline.execution.impl that return PipelineExecutorError Modifier and Type Method Description PipelineExecutorErrorPipelineExecutorTaskImpl. getPipelineError()PipelineExecutorErrorPipelineExecutorTaskImpl. getStageError(String stage)Methods in org.guvnor.ala.pipeline.execution.impl with parameters of type PipelineExecutorError Modifier and Type Method Description voidPipelineExecutorTaskImpl. setPipelineError(PipelineExecutorError error)voidPipelineExecutorTaskImpl. setStageError(String stage, PipelineExecutorError error)
-