Uses of Interface
com.atlassian.bamboo.plan.artifact.ConsumedSubscriptionDao
-
Packages that use ConsumedSubscriptionDao Package Description com.atlassian.bamboo.migration.stream com.atlassian.bamboo.plan.artifact -
-
Uses of ConsumedSubscriptionDao in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type ConsumedSubscriptionDao Constructor Description ConsumedSubscriptionMapper(org.hibernate.SessionFactory sessionFactory, ConsumedSubscriptionDao consumedSubscriptionDao, ArtifactLinkDao artifactLinkDao, DummyResultsSummaryCache dummyResultsSummaryCache, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations)
-
Uses of ConsumedSubscriptionDao in com.atlassian.bamboo.plan.artifact
Classes in com.atlassian.bamboo.plan.artifact that implement ConsumedSubscriptionDao Modifier and Type Class Description class
ConsumedSubscriptionHibernateDao
Constructors in com.atlassian.bamboo.plan.artifact with parameters of type ConsumedSubscriptionDao Constructor Description ArtifactSubscriptionManagerImpl(ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionDao artifactSubscriptionDao, ConsumedSubscriptionDao consumedSubscriptionDao, ArtifactLinkDao artifactLinkDao, ResultsSummaryManager resultsSummaryManager)
-