Uses of Class
org.guvnor.ala.ui.model.Stage
-
Packages that use Stage Package Description org.guvnor.ala.ui.model -
-
Uses of Stage in org.guvnor.ala.ui.model
Methods in org.guvnor.ala.ui.model that return types with arguments of type Stage Modifier and Type Method Description List<Stage>Pipeline. getStages()Methods in org.guvnor.ala.ui.model with parameters of type Stage Modifier and Type Method Description voidPipeline. addStage(Stage stage)Constructor parameters in org.guvnor.ala.ui.model with type arguments of type Stage Constructor Description Pipeline(PipelineKey key, List<Stage> stages)
-