@Internal public interface ChainStageDao extends BambooObjectDao<ChainStage>
Modifier and Type | Method and Description |
---|---|
long |
getChainStageCount() |
@NotNull com.google.common.collect.Multimap<PlanKey,Long> |
getChainStagesMarkedForDeletion() |
long |
getManualChainStageCount() |
@Nullable BambooEntityOid |
getMaxStageOid(int serverKey)
Returns the max
BambooEntityOid that's currently in use of BambooEntityType.STAGE type, with the
given server key. |
void |
markForDeletion(@NotNull ImmutableChainStage chainStage)
Marks the stage for deletion in the underlying store.
|
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
@NotNull @NotNull com.google.common.collect.Multimap<PlanKey,Long> getChainStagesMarkedForDeletion()
ChainStage
s that are marked as deletedlong getChainStageCount()
long getManualChainStageCount()
@Nullable @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 @NotNull ImmutableChainStage chainStage)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences