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
|
long |
scrollConsumedSubscriptionsForExport(Consumer<ConsumedSubscription> consumer)
Scroll through all ConsumedSubscription records and pass them to consumer
|
countAll, countWithRestriction, delete, deleteAll, findAll, findById, merge, save, saveAll
@NotNull Collection<? extends ConsumedSubscription> findAll()
@NotNull List<ConsumedSubscription> findConsumedSubscriptionsByResultSummary(@NotNull ResultsSummary resultsSummary)
resultsSummary
- resultSummary which consumed artifact subscriptions should be retrievedlong scrollConsumedSubscriptionsForExport(@NotNull Consumer<ConsumedSubscription> consumer)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.