|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArtifactSubscriptionDao
Method Summary | |
---|---|
Collection<? extends ArtifactSubscription> |
findAll()
Find all artifact subscriptions |
List<ArtifactSubscription> |
findArtifactSubscriptionOfPlan(PlanIdentifier plan)
Get list of artifact subscriptions associated with a plan |
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao |
---|
countAll, countWithRestriction, delete, deleteAll, executeReturnInt, executeReturnLong, findAll, findById, save, saveAll |
Method Detail |
---|
@NotNull Collection<? extends ArtifactSubscription> findAll()
@NotNull List<ArtifactSubscription> findArtifactSubscriptionOfPlan(@NotNull PlanIdentifier plan)
plan
- plan which associated artifact definitions should be retrieved
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |