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

Packages that use BranchIntegrationHelper
com.atlassian.bamboo.chains   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plugins.git   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.vcs.task   
com.atlassian.bamboo.spring   
 

Uses of BranchIntegrationHelper in com.atlassian.bamboo.chains
 

Constructors in com.atlassian.bamboo.chains with parameters of type BranchIntegrationHelper
ChainExecutionManagerImpl(PlanStatePersisterService planStatePersisterService, JobExecutionManager buildContextExecutor, ChainResultManager chainResultManager, ChainStateFactory chainStateFactory, BuildContextFactory buildContextFactory, com.atlassian.event.api.EventPublisher eventPublisher, ChainPluginSupport chainPluginSupport, ErrorUpdateHandler errorUpdateHandler, AuthorCreatorService authorCreatorService, ResultsSummaryManager resultsSummaryManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildDirectoryManager buildDirectoryManager, BranchIntegrationHelper branchIntegrationHelper, CustomVariableContext customVariableContext, PlanExecutionLockService planExecutionLockService, PlanVcsRevisionHistoryService planVcsRevisionHistoryService)
           
 

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

Classes in com.atlassian.bamboo.plan.branch that implement BranchIntegrationHelper
 class BranchIntegrationHelperImpl
           
 

Uses of BranchIntegrationHelper in com.atlassian.bamboo.plugins.git
 

Methods in com.atlassian.bamboo.plugins.git with parameters of type BranchIntegrationHelper
 void GitRepository.setBranchIntegrationHelper(BranchIntegrationHelper branchIntegrationHelper)
           
 void GitHubRepository.setBranchIntegrationHelper(BranchIntegrationHelper branchIntegrationHelper)
           
 

Uses of BranchIntegrationHelper in com.atlassian.bamboo.plugins.hg
 

Methods in com.atlassian.bamboo.plugins.hg with parameters of type BranchIntegrationHelper
 void HgRepository.setBranchIntegrationHelper(BranchIntegrationHelper branchIntegrationHelper)
           
 

Uses of BranchIntegrationHelper in com.atlassian.bamboo.plugins.vcs.task
 

Constructors in com.atlassian.bamboo.plugins.vcs.task with parameters of type BranchIntegrationHelper
VcsCheckoutTask(BranchIntegrationHelper branchIntegrationHelper)
           
 

Uses of BranchIntegrationHelper in com.atlassian.bamboo.spring
 

Fields in com.atlassian.bamboo.spring with type parameters of type BranchIntegrationHelper
static com.google.common.base.Supplier<BranchIntegrationHelper> ComponentAccessor.BRANCH_INTEGRATION_HELPER
           
 



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