@Internal public interface ChainStageDao extends BambooObjectDao<ChainStage>
Modifier and Type | Method and Description |
---|---|
long |
getChainStageCount() |
com.google.common.collect.Multimap<PlanKey,Long> |
getChainStagesMarkedForDeletion() |
long |
getManualChainStageCount() |
BambooEntityOid |
getMaxStageOid(int serverKey)
Returns the max
BambooEntityOid that's currently in use of BambooEntityType.STAGE type, with the
given server key. |
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
@NotNull com.google.common.collect.Multimap<PlanKey,Long> getChainStagesMarkedForDeletion()
ChainStage
s that are marked as deletedlong getChainStageCount()
long getManualChainStageCount()
@Nullable BambooEntityOid getMaxStageOid(int serverKey)
BambooEntityOid
that's currently in use of BambooEntityType.STAGE
type, with the
given server key.
Returns null if no OIDs are in use of this type with the given server key.Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.