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