Uses of Interface
com.atlassian.bamboo.plan.branch.ChainBranchManager
Packages that use ChainBranchManager
Package
Description
-
Uses of ChainBranchManager in com.atlassian.bamboo.build.creation
Constructors in com.atlassian.bamboo.build.creation with parameters of type ChainBranchManagerModifierConstructorDescriptionChainBranchCreationServiceImpl
(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, 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 exclusionService, ChainBranchManager chainBranchManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, TriggerConfigurationService triggerConfigurationService, BuildNumberGeneratorService buildNumberGeneratorService, JiraBranchLinkingService jiraBranchLinkingService, TestQuarantineManager testQuarantineManager, TestsManager testsManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, TransactionAndHibernateTemplate hibernateTemplate) JobCreationServiceImpl
(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, NotificationManager notificationManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, TriggerConfigurationService triggerConfigurationService, ChainBranchManager chainBranchManager, BuildNumberGeneratorService buildNumberGeneratorService, VcsRepositoryManager vcsRepositoryManager, DockerPipelineValidationService dockerPipelineValidationService, TaskManager taskManager, TransactionAndHibernateTemplate hibernateTemplate, BambooPermissionManager bambooPermissionManager, com.atlassian.struts.TextProvider textProvider) PlanValidationServiceImpl
(ValidationService validationService, ProjectManager projectManager, PlanManager planManager, com.opensymphony.xwork2.TextProvider textProvider, ChainBranchManager chainBranchManager, ProjectConfigurationService projectConfigurationService) -
Uses of ChainBranchManager in com.atlassian.bamboo.plan.branch
Classes in com.atlassian.bamboo.plan.branch that implement ChainBranchManagerConstructors in com.atlassian.bamboo.plan.branch with parameters of type ChainBranchManagerModifierConstructorDescriptionBranchDetectionServiceImpl
(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) ChainPropagatingFacade
(@NotNull ChainBranchManager chainBranchManager, @NotNull Chain masterChain) ChainStagePropagatingFacade
(@NotNull ChainBranchManager chainBranchManager, @NotNull ChainStage masterStage) Deprecated.JobPropagatingFacade
(@NotNull ChainBranchManager chainBranchManager, @NotNull Job masterJob) -
Uses of ChainBranchManager in com.atlassian.bamboo.plan.cache
Constructors in com.atlassian.bamboo.plan.cache with parameters of type ChainBranchManagerModifierConstructorDescriptionImmutablePlanCacheServiceImpl
(@NotNull ImmutablePlanManager immutablePlanManager, @NotNull com.atlassian.config.db.HibernateConfig hibernateConfig, @NotNull CustomVariableContext customVariableContext, @NotNull BuildResultsSummaryDao buildResultsSummaryDao, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull BambooClusterSettings bambooClusterSettings, @NotNull ChainBranchManager chainBranchManager) -
Uses of ChainBranchManager in com.atlassian.bamboo.plugin
Methods in com.atlassian.bamboo.plugin with parameters of type ChainBranchManagerModifier and TypeMethodDescriptionstatic @NotNull ImmutableChain
ArtifactDownloaderTaskConfigurationHelper.findBranchChainForCustomBranch
(@NotNull CustomVariableContext customVariableContext, @NotNull CachedPlanManager cachedPlanManager, @NotNull ChainBranchManager chainBranchManager, @NotNull ImmutableChain defaultPlan, @NotNull String customBranch) static @NotNull ImmutableChain
ArtifactDownloaderTaskConfigurationHelper.findBranchChainForCustomBranchOrFallbackToDefault
(@NotNull CustomVariableContext customVariableContext, @NotNull CachedPlanManager cachedPlanManager, @NotNull ChainBranchManager chainBranchManager, @NotNull ImmutableChain defaultPlan, @NotNull String customBranch) -
Uses of ChainBranchManager in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks
Constructors in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks with parameters of type ChainBranchManagerModifierConstructorDescriptionBitbucketCloudWebhooksDeleteEventListener
(com.atlassian.event.api.EventPublisher eventPublisher, BitbucketRepositoryFinder repositoryFinder, CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, RssExecutionDirectoryManager rssExecutionDirectoryManager) -
Uses of ChainBranchManager in com.atlassian.bamboo.plugins.github.webhooks
Constructors in com.atlassian.bamboo.plugins.github.webhooks with parameters of type ChainBranchManagerModifierConstructorDescriptionGithubWebhooksDeleteEventListener
(com.atlassian.event.api.EventPublisher eventPublisher, GithubRepositoryFinder repositoryFinder, CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, RssExecutionDirectoryManager rssExecutionDirectoryManager) -
Uses of ChainBranchManager in com.atlassian.bamboo.plugins.rest.build
Constructors in com.atlassian.bamboo.plugins.rest.build with parameters of type ChainBranchManagerModifierConstructorDescriptionPlanResource
(BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BranchCreationFacade branchCreationFacade, CachedPlanManager cachedPlanManager, PlanManager planManager, LabelManager labelManager, PlanRestService planRestService, VariableDefinitionManager variableDefinitionManager, JiraIssueManager jiraIssueManager, JiraApplinksService jiraApplinksService, com.atlassian.event.api.EventPublisher eventPublisher, ArtifactDefinitionManager artifactDefinitionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryManager vcsRepositoryManager, DeletionService deletionService, RssDetectionService rssDetectionService, ChainBranchManager chainBranchManager, BuildDefinitionManager buildDefinitionManager, SpecsConsumerFactory specsConsumerFactory, SpecsExporter specsExporter, RestAuthenticationContext restAuthenticationContext) -
Uses of ChainBranchManager in com.atlassian.bamboo.plugins.stash.events
Constructors in com.atlassian.bamboo.plugins.stash.events with parameters of type ChainBranchManagerModifierConstructorDescriptionBranchDeletedEventListener
(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, RssExecutionDirectoryManager rssExecutionDirectoryManager, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, RepositoryFinder repositoryFinder) -
Uses of ChainBranchManager in com.atlassian.bamboo.trigger.exporters
Constructors in com.atlassian.bamboo.trigger.exporters with parameters of type ChainBranchManagerModifierConstructorDescriptionAfterSuccessfulPlanTriggerExporter
(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, CachedDeploymentProjectService cachedDeploymentProjectService, CustomVariableContext customVariableContext, com.atlassian.sal.api.message.I18nResolver i18nResolver) AfterSuccessfulStageTriggerExporter
(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, CachedDeploymentProjectService cachedDeploymentProjectService) ScheduledTriggerDefinitionExporter
(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of ChainBranchManager in com.atlassian.bamboo.v2.trigger
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type ChainBranchManagerModifierConstructorDescriptionDefaultChangeDetectionManager
(BuildContextFactory buildContextFactory, BuildLoggerManager buildLoggerManager, com.opensymphony.xwork2.TextProvider textProvider, VariableDefinitionManager variableDefinitionManager, CustomVariableContext customVariableContext, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BranchCommitInformationManager branchCommitInformationManager, BranchIntegrationService branchIntegrationService, ChainBranchManager chainBranchManager, RepositoryCachingFacade repositoryCachingFacade, VcsRepositoryManager vcsRepositoryManager, AdministrationConfigurationAccessor administrationConfigurationAccessor) -
Uses of ChainBranchManager in com.atlassian.bamboo.vcs.configuration.service
Constructors in com.atlassian.bamboo.vcs.configuration.service with parameters of type ChainBranchManagerModifierConstructorDescriptionVcsRepositoryConfigurationServiceImpl
(RepositoryDefinitionManager repositoryDefinitionManager, AuditLogService auditLogService, HibernateMutableAclService aclService, RawRepositoryConfigurationXmlConverter rawRepositoryConfigurationXmlConverter, ScopedExclusionService scopedExclusionService, TriggerConfigurationService triggerConfigurationService, TaskConfigurationService taskConfigurationService, ChainBranchManager chainBranchManager, EnvironmentTaskService environmentTaskService, BuildDefinitionManager buildDefinitionManager, com.atlassian.event.api.EventPublisher eventPublisher, BranchCreationFacade branchCreationFacade, VcsRepositoryManager vcsRepositoryManager, TransactionAndHibernateTemplate hibernateTemplate) -
Uses of ChainBranchManager in com.atlassian.bamboo.webwork
Fields in com.atlassian.bamboo.webwork declared as ChainBranchManagerMethods in com.atlassian.bamboo.webwork with parameters of type ChainBranchManagerModifier and TypeMethodDescriptionvoid
StarterAction.setChainBranchManager
(ChainBranchManager chainBranchManager) -
Uses of ChainBranchManager in com.atlassian.bamboo.ww2.actions
Fields in com.atlassian.bamboo.ww2.actions declared as ChainBranchManagerModifier and TypeFieldDescriptionprotected ChainBranchManager
ChainActionSupport.chainBranchManager
Methods in com.atlassian.bamboo.ww2.actions with parameters of type ChainBranchManagerModifier and TypeMethodDescriptionvoid
ChainActionSupport.setChainBranchManager
(ChainBranchManager chainBranchManager) -
Uses of ChainBranchManager in com.atlassian.bamboo.ww2.actions.build.admin
Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type ChainBranchManagerModifier and TypeMethodDescriptionvoid
SuspendJob.setChainBranchManager
(ChainBranchManager chainBranchManager) -
Uses of ChainBranchManager in com.atlassian.bamboo.ww2.actions.build.admin.config
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config with parameters of type ChainBranchManagerModifier and TypeMethodDescriptionvoid
ConfigureBuildDetails.setChainBranchManager
(ChainBranchManager chainBranchManager) -
Uses of ChainBranchManager in com.atlassian.bamboo.ww2.actions.build.admin.config.repository
Fields in com.atlassian.bamboo.ww2.actions.build.admin.config.repository declared as ChainBranchManagerMethods in com.atlassian.bamboo.ww2.actions.build.admin.config.repository with parameters of type ChainBranchManagerModifier and TypeMethodDescriptionvoid
EditRepository.setChainBranchManager
(ChainBranchManager chainBranchManager) -
Uses of ChainBranchManager in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type ChainBranchManagerModifier and TypeMethodDescriptionvoid
MoveJobAction.setChainBranchManager
(ChainBranchManager chainBranchManager) -
Uses of ChainBranchManager in com.atlassian.bamboo.ww2.actions.project
Methods in com.atlassian.bamboo.ww2.actions.project with parameters of type ChainBranchManagerModifier and TypeMethodDescriptionvoid
ViewProjectPlans.setChainBranchManager
(ChainBranchManager chainBranchManager)