Uses of Interface
com.atlassian.bamboo.plan.pullrequest.VcsPullRequestService
Packages that use VcsPullRequestService
Package
Description
-
Uses of VcsPullRequestService in com.atlassian.bamboo.plan.pullrequest
Classes in com.atlassian.bamboo.plan.pullrequest that implement VcsPullRequestServiceConstructors in com.atlassian.bamboo.plan.pullrequest with parameters of type VcsPullRequestServiceModifierConstructorDescriptionPullRequestDetectionServiceImpl
(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 VcsPullRequestServiceModifierConstructorDescriptionBitbucketCloudWebhooksPullRequestsEventListener
(com.atlassian.event.api.EventPublisher eventPublisher, BitbucketRepositoryFinder repositoryFinder, VcsPullRequestService vcsPullRequestService) -
Uses of VcsPullRequestService in com.atlassian.bamboo.plugins.github.webhooks
Constructors in com.atlassian.bamboo.plugins.github.webhooks with parameters of type VcsPullRequestServiceModifierConstructorDescriptionGithubWebhooksPullRequestsEventListener
(com.atlassian.event.api.EventPublisher eventPublisher, GithubRepositoryFinder 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 VcsPullRequestServiceModifierConstructorDescriptionPullRequestAwareEventListener
(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 VcsPullRequestServiceModifierConstructorDescriptionRepositoryResource
(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)