Uses of Interface
com.atlassian.bamboo.chains.Chain
Packages that use Chain
Package
Description
-
Uses of Chain in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return Chain -
Uses of Chain in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation that return ChainModifier and TypeMethodDescriptionstatic Chain
JobParamMapHelper.getChain
(ActionParametersMap params) ChainCreationServiceImpl.getNewInstance()
Methods in com.atlassian.bamboo.build.creation with parameters of type ChainModifier 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
PlanValidationServiceImpl.validateNewJobForExistingChain
(com.opensymphony.xwork.ValidationAware validationAware, @NotNull Chain existingChain, @NotNull String buildKey, @Nullable String buildName) void
PlanValidationServiceXWork1.validateNewJobForExistingChain
(@NotNull com.opensymphony.xwork.ValidationAware validationAware, @NotNull Chain existingChain, @NotNull String buildKey, @Nullable String buildName) Deprecated.since 5.1void
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
PlanValidationServiceImpl.validateNewStageForChain
(com.opensymphony.xwork.ValidationAware validationAware, Chain chain, String stageName) void
PlanValidationServiceXWork1.validateNewStageForChain
(com.opensymphony.xwork.ValidationAware validationAware, Chain chain, String stageName) Deprecated.since 5.1void
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) void
PlanValidationServiceImpl.validateStageExistsForChain
(com.opensymphony.xwork.ValidationAware validationAware, Chain chain, String stageName) void
PlanValidationServiceXWork1.validateStageExistsForChain
(com.opensymphony.xwork.ValidationAware validationAware, Chain chain, String stageName) Deprecated.since 5.1 -
Uses of Chain in com.atlassian.bamboo.chains
Classes in com.atlassian.bamboo.chains that implement ChainMethods in com.atlassian.bamboo.chains that return ChainModifier 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()
Methods in com.atlassian.bamboo.chains that return types with arguments of type ChainMethods in com.atlassian.bamboo.chains with parameters of type ChainConstructors in com.atlassian.bamboo.chains with parameters of type ChainModifierConstructorDescriptionChainStageImpl
(@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
Methods in com.atlassian.bamboo.configuration.external.helpers with type parameters of type ChainModifier 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
Classes in com.atlassian.bamboo.migration.stream.build with type parameters of type ChainMethods in com.atlassian.bamboo.migration.stream.build that return ChainConstructors in com.atlassian.bamboo.migration.stream.build with parameters of type ChainModifierConstructorDescriptionprotected
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
Subinterfaces of Chain in com.atlassian.bamboo.planModifier and TypeInterfaceDescriptioninterface
Marker interface that specifies that the implementingPlan
is a 'top level' objectClasses in com.atlassian.bamboo.plan that implement ChainFields in com.atlassian.bamboo.plan declared as ChainMethods in com.atlassian.bamboo.plan that return ChainModifier and TypeMethodDescriptionAbstractChain.getMaster()
static @NotNull Chain
PlanHelper.getMasterPlan
(@NotNull Chain plan) Get master plan if plan has master or passed plan otherwise.Methods in com.atlassian.bamboo.plan that return types with arguments of type ChainModifier 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()
Methods in com.atlassian.bamboo.plan with parameters of type ChainModifier 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
Methods in com.atlassian.bamboo.plan.artifact that return ChainMethods in com.atlassian.bamboo.plan.artifact with parameters of type ChainModifier 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
Subinterfaces of Chain in com.atlassian.bamboo.plan.branchClasses in com.atlassian.bamboo.plan.branch that implement ChainMethods in com.atlassian.bamboo.plan.branch that return ChainModifier and TypeMethodDescription@Nullable Chain
BambooVcsBranch.getChain()
Returns the master chain associated with the VCS branch.@NotNull Chain
BambooVcsBranchImpl.getChain()
@NotNull Chain
ChainBranchImpl.getMaster()
Methods in com.atlassian.bamboo.plan.branch that return types with arguments of type ChainModifier and TypeMethodDescription@NotNull Collection<Chain>
ChainStagePropagatingFacade.getChainAndBranches()
Deprecated.Methods in com.atlassian.bamboo.plan.branch with parameters of type ChainModifier 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
Constructors in com.atlassian.bamboo.plan.branch with parameters of type ChainModifierConstructorDescriptionBambooVcsBranchImpl
(Chain chain, VcsBranch newBranch) ChainPropagatingFacade
(@NotNull ChainBranchManager chainBranchManager, @NotNull Chain masterChain) -
Uses of Chain in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache with parameters of type ChainModifier and TypeMethodDescription@NotNull ImmutableChain
ImmutablePlanManager.createImmutableChain
(@NotNull Chain chain) @NotNull ImmutableChain
ImmutablePlanManagerImpl.createImmutableChain
(@NotNull Chain chain) Constructors in com.atlassian.bamboo.plan.cache with parameters of type ChainModifierConstructorDescriptionAbstractImmutableChain
(@NotNull Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelDao labelDao, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, @NotNull BuildDefinition buildDefinition) ImmutableChainImpl
(@NotNull Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelDao labelDao, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, @NotNull BuildDefinition buildDefinition) -
Uses of Chain in com.atlassian.bamboo.plan.rss
Methods in com.atlassian.bamboo.plan.rss that return ChainModifier and TypeMethodDescription@NotNull Chain
PlanVcsBambooSpecsSource.getPlan()
@NotNull Chain
PlanVcsBambooSpecsSourceImpl.getPlan()
Constructors in com.atlassian.bamboo.plan.rss with parameters of type ChainModifierConstructorDescriptionPlanVcsBambooSpecsSourceImpl
(@NotNull Chain plan, @NotNull VcsBambooSpecsSource vcsBambooSpecsSource) -
Uses of Chain in com.atlassian.bamboo.plugins.maven.dependencies
Methods in com.atlassian.bamboo.plugins.maven.dependencies that return types with arguments of type ChainModifier and TypeMethodDescriptionViewMaven2ChainSummary.getArtifactConsumers
(@NotNull Maven2ArtifactProperties artifactProperties) ViewMaven2ChainSummary.getArtifactProducers
(@NotNull Maven2ArtifactProperties artifactProperties) -
Uses of Chain in com.atlassian.bamboo.specs
Methods in com.atlassian.bamboo.specs with parameters of type ChainModifier 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
Methods in com.atlassian.bamboo.trigger with parameters of type ChainModifier 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
Methods in com.atlassian.bamboo.variable with parameters of type ChainModifier 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
Methods in com.atlassian.bamboo.ww2.actions that return Chain -
Uses of Chain in com.atlassian.bamboo.ww2.actions.admin.bulk.repository
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.repository that return ChainModifier and TypeMethodDescriptionUpdateWebUrlBulkAction.getMockBuildForView
(Map<String, String[]> params) -
Uses of Chain in com.atlassian.bamboo.ww2.actions.agent
Constructors in com.atlassian.bamboo.ww2.actions.agent with parameters of type ChainModifierConstructorDescriptionAgentAssignmentExecutableDetails
(@NotNull Chain chain, @Nullable Project project) -
Uses of Chain in com.atlassian.bamboo.ww2.actions.build.admin
Methods in com.atlassian.bamboo.ww2.actions.build.admin that return types with arguments of type Chain