Uses of Interface
com.atlassian.bamboo.plan.branch.BranchDetectionService

Packages that use BranchDetectionService
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plugins.stash.events   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.ww2.actions.branch   
 

Uses of BranchDetectionService in com.atlassian.bamboo.build.creation
 

Constructors in com.atlassian.bamboo.build.creation with parameters of type BranchDetectionService
ChainCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, JobCreationService jobCreationService, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ScopedExclusionService scopedExclusionService, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, BranchDetectionService branchDetectionService, BuildStrategyConfigurationService buildStrategyConfigurationService)
           
 

Uses of BranchDetectionService in com.atlassian.bamboo.plan.branch
 

Classes in com.atlassian.bamboo.plan.branch that implement BranchDetectionService
 class BranchDetectionServiceImpl
           
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type BranchDetectionService
 void BranchDetectionJob.setBranchDetectionService(BranchDetectionService branchDetectionService)
           
 

Uses of BranchDetectionService in com.atlassian.bamboo.plugins.stash.events
 

Constructors in com.atlassian.bamboo.plugins.stash.events with parameters of type BranchDetectionService
BranchCreatedEventListener(BranchDetectionService branchDetectionService, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext)
           
BranchDeletedEventListener(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, BranchDetectionService branchDetectionService)
           
PullRequestOpenedEventListener(BranchDetectionService branchDetectionService, CachedPlanManager cachedPlanManager, PlanManager planManager, BuildDefinitionManager buildDefinitionManager, CustomVariableContext customVariableContext)
           
 

Uses of BranchDetectionService in com.atlassian.bamboo.repository
 

Constructors in com.atlassian.bamboo.repository with parameters of type BranchDetectionService
RepositoryConfigurationServiceImpl(PlanManager planManager, RepositoryManager repositoryManager, WebRepositoryViewerManager webRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, AuditLogService auditLogService, TaskConfigurationService taskConfigurationService, BuildDefinitionManager buildDefinitionManager, ChainBranchManager chainBranchManager, BranchDetectionService branchDetectionService, ScopedExclusionService scopedExclusionService, com.atlassian.event.api.EventPublisher eventPublisher, HibernateMutableAclService aclService, BuildStrategyConfigurationService buildStrategyConfigurationService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of BranchDetectionService in com.atlassian.bamboo.ww2.actions.branch
 

Methods in com.atlassian.bamboo.ww2.actions.branch with parameters of type BranchDetectionService
 void DetectBranches.setBranchDetectionService(BranchDetectionService branchDetectionService)
           
 void CreateChainBranch.setBranchDetectionService(BranchDetectionService branchDetectionService)
           
 void ConfigureBranches.setBranchDetectionService(BranchDetectionService branchDetectionService)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.