Uses of Interface
com.atlassian.bamboo.plan.branch.BranchDetectionService
-
Packages that use BranchDetectionService Package Description com.atlassian.bamboo.plan.branch com.atlassian.bamboo.plugins.testutils.rest.resource.repository -
-
Uses of BranchDetectionService in com.atlassian.bamboo.plan.branch
Classes in com.atlassian.bamboo.plan.branch that implement BranchDetectionService Modifier and Type Class Description class
BranchDetectionServiceImpl
Methods in com.atlassian.bamboo.plan.branch with parameters of type BranchDetectionService Modifier and Type Method Description void
BranchDetectionJob. setBranchDetectionService(BranchDetectionService branchDetectionService)
Constructors in com.atlassian.bamboo.plan.branch with parameters of type BranchDetectionService Constructor Description BranchCreationFacadeImpl(BranchDetectionService branchDetectionService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CustomVariableContext customVariableContext, ErrorHandler errorHandler, LightweightBranchCreationService branchCreationService, com.atlassian.struts.TextProvider textProvider, 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 BranchDetectionService 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)
-