Package com.atlassian.bamboo.plan
Interface StageIdentifier
-
- All Superinterfaces:
NameProvider
- All Known Implementing Classes:
StageIdentifierImpl
@PublicApi public interface StageIdentifier extends NameProvider
Used as a values holder forChainStage
data forPlan
execution modification related to manual stages- Since:
- 3.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getIndex()
stage index as stored inChain
definition index is 0 basedString
getName()
-
-
-
Method Detail
-
getName
String getName()
- Specified by:
getName
in interfaceNameProvider
- Returns:
- name of stage
-
getIndex
int getIndex()
stage index as stored inChain
definition index is 0 based- Returns:
- index of stage
-
-