public interface ConsumedSubscriptionDao extends BambooObjectDao<ConsumedSubscription>
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends ConsumedSubscription> |
findAll()
Find all artifact subscriptions
|
List<ConsumedSubscription> |
findConsumedSubscriptionsByResultSummary(ResultsSummary resultsSummary)
Get list of artifact subscriptions associated with a plan
|
countAll, countWithRestriction, delete, deleteAll, executeReturnInt, executeReturnLong, findAll, findById, save, saveAll@NotNull Collection<? extends ConsumedSubscription> findAll()
@NotNull List<ConsumedSubscription> findConsumedSubscriptionsByResultSummary(@NotNull ResultsSummary resultsSummary)
resultsSummary - resultSummary which consumed artifact subscriptions should be retrievedCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.