Uses of Interface
com.atlassian.bamboo.plan.branch.VcsBranchIntegrationHelper
-
-
Uses of VcsBranchIntegrationHelper in com.atlassian.bamboo.chains
Constructors in com.atlassian.bamboo.chains with parameters of type VcsBranchIntegrationHelper Constructor Description ChainExecutionManagerImpl(PlanStatePersisterService planStatePersisterService, JobExecutionManager buildContextExecutor, ChainStateFactory chainStateFactory, BuildContextFactory buildContextFactory, com.atlassian.event.api.EventPublisher eventPublisher, ChainPluginSupport chainPluginSupport, ErrorUpdateHandler errorUpdateHandler, AuthorCreatorService authorCreatorService, ResultsSummaryManager resultsSummaryManager, BuildDirectoryManager buildDirectoryManager, VcsBranchIntegrationHelper branchIntegrationHelper, CustomVariableContext customVariableContext, PlanExecutionLockService planExecutionLockService, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, CachedPlanManager cachedPlanManager, VcsRepositoryManager vcsRepositoryManager, StorageTagService storageTagService, PlanBranchPullRequestService planBranchPullRequestService, StorageLocationService storageLocationService, ServerBuildLoggerManager buildLoggerManager, DeploymentVersionService deploymentVersionService, ChainStatePersister chainStatePersister)
-
Uses of VcsBranchIntegrationHelper in com.atlassian.bamboo.plan.branch
Classes in com.atlassian.bamboo.plan.branch that implement VcsBranchIntegrationHelper Modifier and Type Class Description class
BranchIntegrationHelperImpl
-
Uses of VcsBranchIntegrationHelper in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git with parameters of type VcsBranchIntegrationHelper Modifier and Type Method Description void
GitHubRepository. setBranchIntegrationHelper(VcsBranchIntegrationHelper branchIntegrationHelper)
void
GitRepository. setBranchIntegrationHelper(VcsBranchIntegrationHelper branchIntegrationHelper)
-
Uses of VcsBranchIntegrationHelper in com.atlassian.bamboo.plugins.git.v2
Constructors in com.atlassian.bamboo.plugins.git.v2 with parameters of type VcsBranchIntegrationHelper Constructor Description GitWorkingCopyManager(CapabilityContext capabilityContext, CredentialsAccessor credentialsAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TrustedKeyHelper trustedKeyHelper, SshProxyService sshProxyService, AgentContext agentContext, BuildLoggerManager buildLoggerManager, VcsBranchIntegrationHelper branchIntegrationHelper, BuildLoggingContext buildLoggingContext)
-
Uses of VcsBranchIntegrationHelper in com.atlassian.bamboo.plugins.vcs.task
Constructors in com.atlassian.bamboo.plugins.vcs.task with parameters of type VcsBranchIntegrationHelper Constructor Description VcsCheckoutTask(VcsBranchIntegrationHelper branchIntegrationHelper, VcsRepositoryManager vcsRepositoryManager)
-