com.atlassian.bamboo.chains
Interface ChainStageDao
- All Superinterfaces:
- BambooObjectDao<ChainStage>
- All Known Implementing Classes:
- ChainStageHibernateDao
@Internal
public interface ChainStageDao
- extends BambooObjectDao<ChainStage>
getChainStagesMarkedForDeletion
@NotNull
com.google.common.collect.Multimap<PlanKey,Long> getChainStagesMarkedForDeletion()
- Returns:
- all
ChainStage
s that are marked as deleted
getChainStageCount
long getChainStageCount()
- Returns:
- the total number of ChainStages (Stages) that exist on the bamboo instance
getManualChainStageCount
long getManualChainStageCount()
- Returns:
- the total number of ChainStages (Stages) that exist on the bamboo instance that are marked as manual
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.