Uses of Interface
com.atlassian.bamboo.chains.Chain
Package
Description
-
Uses of Chain in com.atlassian.bamboo.build
-
Uses of Chain in com.atlassian.bamboo.build.creation
Modifier and TypeMethodDescriptionstatic Chain
JobParamMapHelper.getChain
(ActionParametersMap params) ChainCreationServiceImpl.getNewInstance()
Modifier and TypeMethodDescriptionstatic void
JobParamMapHelper.setChain
(ActionParametersMap actionParametersMap, Chain chain) void
PlanValidationService.validateNewJobForExistingChain
(@NotNull com.atlassian.struts.ValidationAware validationAware, @NotNull Chain existingChain, @NotNull String buildKey, @Nullable String buildName) void
PlanValidationServiceImpl.validateNewJobForExistingChain
(@NotNull com.atlassian.struts.ValidationAware validationAware, @NotNull Chain existingChain, @NotNull String buildKey, @Nullable String buildName) void
PlanValidationService.validateNewStageForChain
(com.atlassian.struts.ValidationAware validationAware, Chain chain, String stageName) Validate the the new stage can be added to the given chainvoid
PlanValidationServiceImpl.validateNewStageForChain
(@NotNull com.atlassian.struts.ValidationAware validationAware, @NotNull Chain chain, @Nullable String stageName) void
PlanValidationService.validateStageExistsForChain
(com.atlassian.struts.ValidationAware validationAware, Chain chain, String stageName) Ensures that the stage currently exists for a chainvoid
PlanValidationServiceImpl.validateStageExistsForChain
(com.atlassian.struts.ValidationAware validationAware, Chain chain, String stageName) -
Uses of Chain in com.atlassian.bamboo.chains
Modifier and TypeMethodDescription@Nullable Chain
ChainDao.getByChainKey
(@NotNull String fullKey) Gets a build chain by its key (eg BAM-FOO)@Nullable Chain
Gets a chain by its key (eg, FOO)@Nullable Chain
Gets a chain by its name@NotNull Chain
ChainStage.getChain()
Gets theChain
that the stage belongs to@NotNull Chain
ChainStageImpl.getChain()
Chain.getMaster()
@Nullable Chain
ChainStageImpl.getRoot()
ModifierConstructorDescriptionChainStageImpl
(@NotNull Chain chain, @NotNull String name, String description, boolean manual) Deprecated.since 5.13 useChainStageImpl(Chain, String, String, boolean, boolean)
ChainStageImpl
(@NotNull Chain chain, @NotNull String name, String description, boolean manual, boolean finalStage) -
Uses of Chain in com.atlassian.bamboo.configuration.external.helpers
Modifier and TypeMethodDescriptionPlanImportHelper.findExistingPlanByOidOrKey
(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties planProperties, PlanManager planManager, @NotNull Class<T> clazz) PlanImportHelper.findExistingPlanByOidOrKey
(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties, PlanManager planManager, @NotNull Class<T> clazz) -
Uses of Chain in com.atlassian.bamboo.migration.stream.build
ModifierConstructorDescriptionprotected
ChainResultMapper
(org.hibernate.SessionFactory sessionFactory, Chain chain, BuildResultsSummaryDao buildResultsSummaryDao, VariableContextBaselineDao variableContextBaselineDao, BuildResultWarningSummaryMapper warningSummaryMapper, ResultsSummaryManager resultsSummaryManager, Map<Long, Label> labelMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) protected
ChainStageMapper
(org.hibernate.SessionFactory sessionFactory, @NotNull Chain chain, PlanDao planDao, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) ChainStageResultMapper
(org.hibernate.SessionFactory sessionFactory, ChainResultsSummary chainResult, BuildResultsSummaryDao buildResultsSummaryDao, BuildResultWarningSummaryMapper warningSummaryMapper, VariableContextBaselineDao variableContextBaselineDao, Chain chain, Map<Long, Label> labelMap, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of Chain in com.atlassian.bamboo.plan
Modifier and TypeInterfaceDescriptioninterface
Marker interface that specifies that the implementingPlan
is a 'top level' objectModifier and TypeMethodDescriptionAbstractChain.getMaster()
static @NotNull Chain
PlanHelper.getMasterPlan
(@NotNull Chain plan) Get master plan if plan has master or passed plan otherwise.Modifier and TypeMethodDescriptionPlanManager.getAllChainsAndJobsUnrestricted()
WARNING this is probably a bad idea from a performance perspective, only do this if you're going to traverse through all theChainStage
andJob
of allChain
s returned.PlanManagerImpl.getAllChainsAndJobsUnrestricted()
Modifier and TypeMethodDescriptionstatic @NotNull Chain
PlanHelper.getMasterPlan
(@NotNull Chain plan) Get master plan if plan has master or passed plan otherwise. -
Uses of Chain in com.atlassian.bamboo.plan.artifact
Modifier and TypeMethodDescriptionboolean
ArtifactSubscriptionManager.isSubscriptionsValid
(@NotNull Job consumer, @NotNull Chain chain, @NotNull String stageName) Shorter for of validateSubscriptions methodboolean
ArtifactSubscriptionManagerImpl.isSubscriptionsValid
(@NotNull Job consumer, @NotNull Chain chain, @NotNull String stageName) -
Uses of Chain in com.atlassian.bamboo.plan.branch
Modifier and TypeMethodDescription@Nullable Chain
BambooVcsBranch.getChain()
Returns the master chain associated with the VCS branch.@NotNull Chain
BambooVcsBranchImpl.getChain()
@NotNull Chain
ChainBranchImpl.getMaster()
Modifier and TypeMethodDescription@NotNull Collection<Chain>
ChainStagePropagatingFacade.getChainAndBranches()
Deprecated.Modifier and TypeMethodDescriptionstatic @Nullable Job
ChainBranchUtils.getBranchedJob
(@NotNull Job masterJob, @NotNull Chain chain) @NotNull ChainStage
ChainStagePropagatingFacade.getStageForChain
(@NotNull Chain chain) Deprecated.boolean
BranchCreationFacade.scheduleBranchListInitialisation
(@NotNull Chain chain) Schedules initialisation of existing vcs branch list.boolean
BranchCreationFacadeImpl.scheduleBranchListInitialisation
(@NotNull Chain chain) boolean
BranchDetectionService.scheduleBranchListInitialisation
(@NotNull Chain chain) Schedules initialisation of existing vcs branch list.boolean
BranchDetectionServiceImpl.scheduleBranchListInitialisation
(@NotNull Chain chain) void
void
ModifierConstructorDescriptionBambooVcsBranchImpl
(Chain chain, VcsBranch newBranch) ChainPropagatingFacade
(@NotNull ChainBranchManager chainBranchManager, @NotNull Chain masterChain) -
Uses of Chain in com.atlassian.bamboo.plan.rss
Modifier and TypeMethodDescription@NotNull Chain
PlanVcsBambooSpecsSource.getPlan()
@NotNull Chain
PlanVcsBambooSpecsSourceImpl.getPlan()
ModifierConstructorDescriptionPlanVcsBambooSpecsSourceImpl
(@NotNull Chain plan, @NotNull VcsBambooSpecsSource vcsBambooSpecsSource) -
Uses of Chain in com.atlassian.bamboo.plugins.maven.dependencies
Modifier and TypeMethodDescriptionViewMaven2ChainSummary.getArtifactConsumers
(@NotNull Maven2ArtifactProperties artifactProperties) ViewMaven2ChainSummary.getArtifactProducers
(@NotNull Maven2ArtifactProperties artifactProperties) -
Uses of Chain in com.atlassian.bamboo.specs
Modifier and TypeMethodDescriptionvoid
BambooSpecsManager.updateBambooSpecsSourceForPlan
(@NotNull Chain plan, @NotNull VcsBambooSpecsSource vcsBambooSpecsSourceId) UpdateVcsBambooSpecsSource
for a plan.void
BambooSpecsManagerImpl.updateBambooSpecsSourceForPlan
(@NotNull Chain plan, @NotNull VcsBambooSpecsSource vcsBambooSpecsSource) void
BambooSpecsSourceDao.updateBambooSpecsSourceForPlan
(@NotNull Chain plan, @NotNull VcsBambooSpecsSource vcsBambooSpecsSourceId) void
BambooSpecsSourceDaoImpl.updateBambooSpecsSourceForPlan
(@NotNull Chain plan, @NotNull VcsBambooSpecsSource vcsBambooSpecsSource) -
Uses of Chain in com.atlassian.bamboo.trigger
Modifier and TypeMethodDescriptiondefault void
TriggerConfigurationService.addTriggeringRepository
(@NotNull Chain chain, long repositoryId) Deprecated.since 9.4 usevoid
TriggerConfigurationService.addTriggeringRepository
(@NotNull Chain chain, long repositoryId, boolean reactivateTriggers) Updates all repository aware triggers of Chain by adding a new repository.void
TriggerConfigurationServiceImpl.addTriggeringRepository
(@NotNull Chain chain, long repositoryId, boolean reactivateTriggers) void
TriggerConfigurationService.removeRepositoryIdsFromTriggers
(@NotNull Chain chain, @NotNull Set<Long> removedRepositoriesIds) Removes listed repository ids from chain's triggersvoid
TriggerConfigurationServiceImpl.removeRepositoryIdsFromTriggers
(@NotNull Chain chain, Set<Long> removedRepositoriesIds) void
TriggerConfigurationService.updateRepositoryIdsInTriggers
(@NotNull Chain chain, Map<Long, Long> repositoryIdsChanges) Updates Chain configurations affected by repository edition.void
TriggerConfigurationService.updateRepositoryIdsInTriggers
(@NotNull Chain chain, Map<Long, Long> repositoryIdsChanges, boolean reactivateTriggers) Updates Chain configurations affected by repository edition.void
TriggerConfigurationServiceImpl.updateRepositoryIdsInTriggers
(@NotNull Chain chain, Map<Long, Long> repositoryIdsChanges) void
TriggerConfigurationServiceImpl.updateRepositoryIdsInTriggers
(@NotNull Chain chain, Map<Long, Long> repositoryIdsChanges, boolean reactivateTriggers) -
Uses of Chain in com.atlassian.bamboo.variable
Modifier and TypeMethodDescriptionvoid
VariableConfigurationService.setPlanVariables
(@NotNull Chain plan, @NotNull List<com.atlassian.bamboo.specs.api.model.VariableProperties> variables) Creates complete plan variables list.void
VariableConfigurationServiceImpl.setPlanVariables
(@NotNull Chain plan, @NotNull List<com.atlassian.bamboo.specs.api.model.VariableProperties> variables) -
Uses of Chain in com.atlassian.bamboo.ww2.actions
-
Uses of Chain in com.atlassian.bamboo.ww2.actions.admin.bulk.repository
Modifier and TypeMethodDescriptionUpdateWebUrlBulkAction.getMockBuildForView
(Map<String, String[]> params) -
Uses of Chain in com.atlassian.bamboo.ww2.actions.agent
ModifierConstructorDescriptionAgentAssignmentExecutableDetails
(@NotNull Chain chain, @Nullable Project project) -
Uses of Chain in com.atlassian.bamboo.ww2.actions.build.admin