Package org.guvnor.ala.ui.model
Class Stage
- java.lang.Object
-
- org.guvnor.ala.ui.model.Stage
-
@Portable public class Stage extends Object
Class for getting information about a pipeline stage definition.
-
-
Constructor Summary
Constructors Constructor Description Stage(PipelineKey pipelineKey, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()PipelineKeygetPipelineKey()inthashCode()
-
-
-
Constructor Detail
-
Stage
public Stage(PipelineKey pipelineKey, String name)
-
-