Uses of Interface
com.atlassian.bamboo.plan.branch.LightweightBranchCreationService
-
Packages that use LightweightBranchCreationService Package Description com.atlassian.bamboo.plan.branch -
-
Uses of LightweightBranchCreationService in com.atlassian.bamboo.plan.branch
Classes in com.atlassian.bamboo.plan.branch that implement LightweightBranchCreationService Modifier and Type Class Description class
LightweightBranchCreationServiceImpl
Constructors in com.atlassian.bamboo.plan.branch with parameters of type LightweightBranchCreationService Constructor Description BranchCreationFacadeImpl(BranchDetectionService branchDetectionService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CustomVariableContext customVariableContext, ErrorHandler errorHandler, LightweightBranchCreationService branchCreationService, com.atlassian.struts.TextProvider textProvider, VcsRepositoryManager vcsRepositoryManager)
BranchDetectionServiceImpl(com.atlassian.bandana.BandanaManager bandanaManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, ChainBranchManager chainBranchManager, CustomVariableContext customVariableContext, ErrorHandler errorHandler, org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate, LightweightBranchCreationService lightweightBranchCreationService, RepositoryCachingFacade repositoryCachingFacade, ScopedExclusionService scopedExclusionService, VcsBranchManager vcsBranchManager, VcsRepositoryManager vcsRepositoryManager, PlanBranchPullRequestService planBranchPullRequestService)
-