Uses of Interface
com.atlassian.bamboo.plan.branch.BranchDetectionService
Packages that use BranchDetectionService
Package
Description
-
Uses of BranchDetectionService in com.atlassian.bamboo.plan.branch
Classes in com.atlassian.bamboo.plan.branch that implement BranchDetectionServiceMethods in com.atlassian.bamboo.plan.branch with parameters of type BranchDetectionServiceModifier and TypeMethodDescriptionvoid
BranchDetectionJob.setBranchDetectionService
(BranchDetectionService branchDetectionService) Constructors in com.atlassian.bamboo.plan.branch with parameters of type BranchDetectionServiceModifierConstructorDescriptionBranchCreationFacadeImpl
(@NotNull BranchDetectionService branchDetectionService, @NotNull CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, @NotNull CustomVariableContext customVariableContext, @NotNull ErrorHandler errorHandler, @NotNull LightweightBranchCreationService branchCreationService, @NotNull com.atlassian.struts.TextProvider textProvider, @NotNull VcsRepositoryManager vcsRepositoryManager) -
Uses of BranchDetectionService in com.atlassian.bamboo.plugins.testutils.rest.resource.repository
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.repository with parameters of type BranchDetectionServiceModifierConstructorDescriptionRepositoryResource
(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)