public interface ArtifactSubscriptionDao extends BambooObjectDao<ArtifactSubscription>
Modifier and Type | Method and Description |
---|---|
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 retrievedCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.