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 forChainStagedata forPlanexecution modification related to manual stages- Since:
- 3.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()stage index as stored inChaindefinition index is 0 basedStringgetName()
-
-
-
Method Detail
-
getName
String getName()
- Specified by:
getNamein interfaceNameProvider- Returns:
- name of stage
-
getIndex
int getIndex()
stage index as stored inChaindefinition index is 0 based- Returns:
- index of stage
-
-