Package com.atlassian.bamboo.plan
Interface StageIdentifier
- All Superinterfaces:
NameProvider
- All Known Implementing Classes:
StageIdentifierImpl
Used as a values holder for
ChainStage
data for Plan
execution
modification related to manual stages- Since:
- 3.2
-
Method Summary
-
Method Details
-
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
-