Uses of Interface
org.guvnor.ala.pipeline.Stage
-
Packages that use Stage Package Description org.guvnor.ala.pipeline org.guvnor.ala.pipeline.events org.guvnor.ala.pipeline.impl -
-
Uses of Stage in org.guvnor.ala.pipeline
Methods in org.guvnor.ala.pipeline that return Stage Modifier and Type Method Description static <INPUT extends Config,OUTPUT extends Config>
Stage<INPUT,OUTPUT>StageUtil. config(String name, Function<INPUT,OUTPUT> f)Methods in org.guvnor.ala.pipeline that return types with arguments of type Stage Modifier and Type Method Description List<Stage>Pipeline. getStages()Get the list of stages for this pipeline -
Uses of Stage in org.guvnor.ala.pipeline.events
Methods in org.guvnor.ala.pipeline.events that return Stage Modifier and Type Method Description StageStageExecutionPipelineEvent. getStage()Constructors in org.guvnor.ala.pipeline.events with parameters of type Stage Constructor Description AfterStageExecutionEvent(String executionId, Pipeline pipeline, Stage stage)BeforeStageExecutionEvent(String executionId, Pipeline pipeline, Stage stage)OnErrorPipelineExecutionEvent(String executionId, Pipeline pipeline, Stage stage, Throwable error)OnErrorStageExecutionEvent(String executionId, Pipeline pipeline, Stage stage, Throwable error)StageExecutionPipelineEvent(String executionId, Pipeline pipeline, Stage stage) -
Uses of Stage in org.guvnor.ala.pipeline.impl
Methods in org.guvnor.ala.pipeline.impl that return types with arguments of type Stage Modifier and Type Method Description List<Stage>BasePipeline. getStages()Method parameters in org.guvnor.ala.pipeline.impl with type arguments of type Stage Modifier and Type Method Description voidBasePipeline. setStages(List<Stage> stages)Constructor parameters in org.guvnor.ala.pipeline.impl with type arguments of type Stage Constructor Description BasePipeline(String name, List<Stage> stages)
-