Package com.atlassian.bamboo.chains
Class DefaultChainStageManager
- java.lang.Object
-
- com.atlassian.bamboo.chains.DefaultChainStageManager
-
- All Implemented Interfaces:
ChainStageManager
public class DefaultChainStageManager extends Object implements ChainStageManager
-
-
Constructor Summary
Constructors Constructor Description DefaultChainStageManager(ChainStageDao chainStageDao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @org.jetbrains.annotations.NotNull long
getChainStageCount()
@org.jetbrains.annotations.NotNull long
getManualChainStageCount()
-
-
-
Constructor Detail
-
DefaultChainStageManager
public DefaultChainStageManager(ChainStageDao chainStageDao)
-
-
Method Detail
-
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
-
-