Package com.atlassian.bamboo.chains
Interface ChainStageManager
-
- All Known Implementing Classes:
DefaultChainStageManager
@Deprecated public interface ChainStageManager
Deprecated.since 6.1 without replacement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description @org.jetbrains.annotations.NotNull long
getChainStageCount()
Deprecated.@org.jetbrains.annotations.NotNull long
getManualChainStageCount()
Deprecated.
-
-
-
Method Detail
-
getChainStageCount
@NotNull @org.jetbrains.annotations.NotNull long getChainStageCount()
Deprecated.- Returns:
- the total number of ChainStages (Stages) that exist on the bamboo instance
-
getManualChainStageCount
@NotNull @org.jetbrains.annotations.NotNull long getManualChainStageCount()
Deprecated.- Returns:
- the total number of ChainStages (Stages) that exist on the bamboo instance that are marked as manual
-
-