Uses of Interface
com.atlassian.bamboo.plan.pullrequest.VcsPullRequestService
Package
Description
-
Uses of VcsPullRequestService in com.atlassian.bamboo.plan.pullrequest
ModifierConstructorDescriptionPullRequestDetectionServiceImpl
(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
ModifierConstructorDescriptionBitbucketCloudWebhooksPullRequestsEventListener
(com.atlassian.event.api.EventPublisher eventPublisher, BitbucketRepositoryFinder repositoryFinder, VcsPullRequestService vcsPullRequestService) -
Uses of VcsPullRequestService in com.atlassian.bamboo.plugins.github.webhooks
ModifierConstructorDescriptionGithubWebhooksPullRequestsEventListener
(com.atlassian.event.api.EventPublisher eventPublisher, GithubRepositoryFinder repositoryFinder, VcsPullRequestService vcsPullRequestService) -
Uses of VcsPullRequestService in com.atlassian.bamboo.plugins.stash.events
ModifierConstructorDescriptionPullRequestAwareEventListener
(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
ModifierConstructorDescriptionRepositoryResource
(BambooUserManager bambooUserManager, RepositoryTestService repositoryTestService, RepositoryDefinitionManager repositoryDefinitionManager, VcsPullRequestService pullRequestService, VcsRepositoryManager vcsRepositoryManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager, BuildResultWarningSummaryManager buildResultWarningSummaryManager, BranchDetectionService branchDetectionService, BambooSpecsManager bambooSpecsManager, ProjectManager projectManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RestAuthenticationContext restAuthenticationContext)