Uses of Interface
com.atlassian.bamboo.build.PlanBranchPullRequestDao
-
Packages that use PlanBranchPullRequestDao Package Description com.atlassian.bamboo.build com.atlassian.bamboo.migration.stream -
-
Uses of PlanBranchPullRequestDao in com.atlassian.bamboo.build
Classes in com.atlassian.bamboo.build that implement PlanBranchPullRequestDao Modifier and Type Class Description class
PlanBranchPullRequestDaoImpl
Constructors in com.atlassian.bamboo.build with parameters of type PlanBranchPullRequestDao Constructor Description PlanBranchPullRequestServiceImpl(CachedPlanManager cachedPlanManager, com.atlassian.event.api.EventPublisher eventPublisher, PlanBranchPullRequestDao planBranchPullRequestDao, PlanManager planManager, VcsPullRequestDao vcsPullRequestDao)
-
Uses of PlanBranchPullRequestDao in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type PlanBranchPullRequestDao Constructor Description PlanBranchPullRequestMapper(PlanBranchPullRequestDao dao, org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.support.TransactionOperations transactionOperations, VcsPullRequestDao pullRequestDao, PlanDao planDao)
-