public interface ArtifactSubscriptionDao extends BambooObjectDao<ArtifactSubscription>
Modifier and Type | Method and Description |
---|---|
long |
countSubscriptionsOfArtifact(long artifactDefinitionId) |
Collection<? extends ArtifactSubscription> |
findAll()
Find all artifact subscriptions
|
List<ArtifactSubscription> |
findArtifactSubscriptionOfPlan(PlanIdentifier plan)
Get list of artifact subscriptions associated with a plan
|
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
@NotNull Collection<? extends ArtifactSubscription> findAll()
@NotNull List<ArtifactSubscription> findArtifactSubscriptionOfPlan(@NotNull PlanIdentifier plan)
plan
- plan which associated artifact definitions should be retrievedlong countSubscriptionsOfArtifact(long artifactDefinitionId)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.