Uses of Interface
com.atlassian.bamboo.plan.pullrequest.VcsPullRequestDao
Packages that use VcsPullRequestDao
Package
Description
-
Uses of VcsPullRequestDao in com.atlassian.bamboo.build
Constructors in com.atlassian.bamboo.build with parameters of type VcsPullRequestDaoModifierConstructorDescriptionPlanBranchPullRequestServiceImpl
(CachedPlanManager cachedPlanManager, com.atlassian.event.api.EventPublisher eventPublisher, PlanBranchPullRequestDao planBranchPullRequestDao, PlanManager planManager, VcsPullRequestDao vcsPullRequestDao) -
Uses of VcsPullRequestDao in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type VcsPullRequestDaoModifierConstructorDescriptionPlanBranchPullRequestMapper
(PlanBranchPullRequestDao dao, org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.support.TransactionOperations transactionOperations, VcsPullRequestDao pullRequestDao, PlanDao planDao) PullRequestMapper
(VcsPullRequestDao pullRequestDao, org.hibernate.SessionFactory sessionFactory, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of VcsPullRequestDao in com.atlassian.bamboo.plan.pullrequest
Classes in com.atlassian.bamboo.plan.pullrequest that implement VcsPullRequestDaoConstructors in com.atlassian.bamboo.plan.pullrequest with parameters of type VcsPullRequestDaoModifierConstructorDescriptionVcsPullRequestServiceImpl
(com.atlassian.event.api.EventPublisher eventPublisher, VcsPullRequestDao vcsPullRequestDao)