Package com.atlassian.bamboo.chains
Class DefaultChainStageManager
java.lang.Object
com.atlassian.bamboo.chains.DefaultChainStageManager
- All Implemented Interfaces:
ChainStageManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@org.jetbrains.annotations.NotNull long
@org.jetbrains.annotations.NotNull long
-
Constructor Details
-
DefaultChainStageManager
-
-
Method Details
-
getChainStageCount
@NotNull public @org.jetbrains.annotations.NotNull long getChainStageCount()- Specified by:
getChainStageCount
in interfaceChainStageManager
- Returns:
- the total number of ChainStages (Stages) that exist on the bamboo instance
-
getManualChainStageCount
@NotNull public @org.jetbrains.annotations.NotNull long getManualChainStageCount()- Specified by:
getManualChainStageCount
in interfaceChainStageManager
- Returns:
- the total number of ChainStages (Stages) that exist on the bamboo instance that are marked as manual
-