Uses of Interface
com.atlassian.bamboo.plan.pullrequest.VcsPullRequestService
-
-
Uses of VcsPullRequestService in com.atlassian.bamboo.plan.pullrequest
Classes in com.atlassian.bamboo.plan.pullrequest that implement VcsPullRequestService Modifier and Type Class Description class
VcsPullRequestServiceImpl
Constructors in com.atlassian.bamboo.plan.pullrequest with parameters of type VcsPullRequestService Constructor Description PullRequestDetectionServiceImpl(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, ErrorHandler errorHandler, org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate, RepositoryCachingFacade repositoryCachingFacade, ScopedExclusionService scopedExclusionService, VcsPullRequestService vcsPullRequestService, VcsRepositoryManager vcsRepositoryManager)
-
Uses of VcsPullRequestService in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks
Constructors in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks with parameters of type VcsPullRequestService Constructor Description BitbucketCloudWebhooksPullRequestsEventListener(com.atlassian.event.api.EventPublisher eventPublisher, RepositoryFinder repositoryFinder, VcsPullRequestService vcsPullRequestService)
-
Uses of VcsPullRequestService in com.atlassian.bamboo.plugins.stash.events
Constructors in com.atlassian.bamboo.plugins.stash.events with parameters of type VcsPullRequestService Constructor Description PullRequestAwareEventListener(com.atlassian.event.api.EventPublisher eventPublisher, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VcsPullRequestService vcsPullRequestService, com.atlassian.event.remote.RemoteEventListenerRegistrar listenerRegistrar)
-
Uses of VcsPullRequestService in com.atlassian.bamboo.plugins.testutils.rest.resource.repository
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.repository with parameters of type VcsPullRequestService Constructor Description RepositoryResource(BambooUserManager bambooUserManager, RepositoryTestService repositoryTestService, RepositoryDefinitionManager repositoryDefinitionManager, VcsPullRequestService pullRequestService, VcsRepositoryManager vcsRepositoryManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager, BuildResultWarningSummaryManager buildResultWarningSummaryManager, BranchDetectionService branchDetectionService, BambooSpecsManager bambooSpecsManager, ProjectManager projectManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager)
-