Uses of Interface
com.atlassian.bamboo.plan.branch.ChainBranchManager
-
-
Uses of ChainBranchManager in com.atlassian.bamboo.build.creation
Constructors in com.atlassian.bamboo.build.creation with parameters of type ChainBranchManager Constructor Description ChainBranchCreationServiceImpl(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)
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 ChainBranchManager Modifier and Type Class Description class
ChainBranchManagerImpl
Constructors in com.atlassian.bamboo.plan.branch with parameters of type ChainBranchManager Constructor Description 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)
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 ChainBranchManager Constructor Description ImmutablePlanCacheServiceImpl(@NotNull ImmutablePlanManager immutablePlanManager, @NotNull PlanDao planDao, @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.plugins.bitbucket.v2.webhooks
Constructors in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks with parameters of type ChainBranchManager Constructor Description BitbucketCloudWebhooksDeleteEventListener(com.atlassian.event.api.EventPublisher eventPublisher, RepositoryFinder 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 ChainBranchManager Constructor Description PlanResource(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)
-
Uses of ChainBranchManager in com.atlassian.bamboo.plugins.stash.events
Constructors in com.atlassian.bamboo.plugins.stash.events with parameters of type ChainBranchManager Constructor Description BranchDeletedEventListener(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 ChainBranchManager Constructor Description AfterSuccessfulPlanTriggerExporter(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, DeploymentProjectService deploymentProjectService, CustomVariableContext customVariableContext, com.atlassian.sal.api.message.I18nResolver i18nResolver)
AfterSuccessfulStageTriggerExporter(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, DeploymentProjectService deploymentProjectService)
ScheduledTriggerDefinitionExporter(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, DeploymentProjectService deploymentProjectService)
-
Uses of ChainBranchManager in com.atlassian.bamboo.v2.trigger
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type ChainBranchManager Constructor Description DefaultChangeDetectionManager(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 ChainBranchManager Constructor Description VcsRepositoryConfigurationServiceImpl(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 ChainBranchManager Modifier and Type Field Description protected ChainBranchManager
StarterAction. chainBranchManager
Methods in com.atlassian.bamboo.webwork with parameters of type ChainBranchManager Modifier and Type Method Description void
StarterAction. setChainBranchManager(ChainBranchManager chainBranchManager)
-
Uses of ChainBranchManager in com.atlassian.bamboo.ww2.actions
Fields in com.atlassian.bamboo.ww2.actions declared as ChainBranchManager Modifier and Type Field Description protected ChainBranchManager
ChainActionSupport. chainBranchManager
Methods in com.atlassian.bamboo.ww2.actions with parameters of type ChainBranchManager Modifier and Type Method Description void
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 ChainBranchManager Modifier and Type Method Description void
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 ChainBranchManager Modifier and Type Method Description void
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 ChainBranchManager Modifier and Type Field Description protected ChainBranchManager
EditRepository. chainBranchManager
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.repository with parameters of type ChainBranchManager Modifier and Type Method Description void
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 ChainBranchManager Modifier and Type Method Description void
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 ChainBranchManager Modifier and Type Method Description void
ViewProjectPlans. setChainBranchManager(ChainBranchManager chainBranchManager)
-