@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. |
void |
markForDeletion(ImmutableChainStage chainStage)
Marks the stage for deletion in the underlying store.
|
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.void markForDeletion(@NotNull ImmutableChainStage chainStage)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences