Package org.guvnor.ala.pipeline
Interface Pipeline
-
- All Known Subinterfaces:
ConfigBasedPipeline
- All Known Implementing Classes:
BasePipeline,ConfigBasedPipelineImpl
public interface PipelineRepresents a generic Pipeline with a List of stages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Get the pipeline nameList<Stage>getStages()Get the list of stages for this pipeline
-