com.atlassian.bamboo.chains
Interface ChainStageDao

All Superinterfaces:
BambooObjectDao<ChainStage>
All Known Implementing Classes:
ChainStageHibernateDao

@Internal
public interface ChainStageDao
extends BambooObjectDao<ChainStage>


Method Summary
 long getChainStageCount()
           
 com.google.common.collect.Multimap<PlanKey,Long> getChainStagesMarkedForDeletion()
           
 long getManualChainStageCount()
           
 
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao
countAll, countWithRestriction, delete, deleteAll, executeReturnInt, executeReturnLong, findAll, findById, save, saveAll
 

Method Detail

getChainStagesMarkedForDeletion

@NotNull
com.google.common.collect.Multimap<PlanKey,Long> getChainStagesMarkedForDeletion()
Returns:
all ChainStages 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.