Uses of Interface
com.atlassian.bamboo.chains.Chain
-
-
Uses of Chain in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return Chain Modifier and Type Method Description Chain
ChainResultsAction. getChain()
Deprecated.since 4.4@NotNull Chain
DefaultJob. getParent()
@NotNull Chain
Job. getParent()
@Nullable Chain
DefaultJob. getRoot()
-
Uses of Chain in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation that return Chain Modifier and Type Method Description static Chain
JobParamMapHelper. getChain(ActionParametersMap params)
Chain
ChainCreationServiceImpl. getNewInstance()
Methods in com.atlassian.bamboo.build.creation with parameters of type Chain Modifier and Type Method Description static 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 Chain Modifier and Type Class Description class
DefaultChain
Methods in com.atlassian.bamboo.chains that return Chain Modifier and Type Method Description @Nullable Chain
ChainDao. getByChainKey(@NotNull String fullKey)
Gets a build chain by its key (eg BAM-FOO)@Nullable Chain
ChainDao. getByKey(@NotNull Project project, @NotNull String key)
Gets a chain by its key (eg, FOO)@Nullable Chain
ChainDao. getByName(@NotNull Project project, @NotNull String name)
Gets a chain by its name@NotNull Chain
ChainStage. getChain()
Gets theChain
that the stage belongs to@NotNull Chain
ChainStageImpl. getChain()
Chain
Chain. getMaster()
@Nullable Chain
ChainStageImpl. getRoot()
Methods in com.atlassian.bamboo.chains that return types with arguments of type Chain Modifier and Type Method Description @NotNull List<Chain>
ChainDao. getAllChains()
Returns all of theChain
'sMethods in com.atlassian.bamboo.chains with parameters of type Chain Modifier and Type Method Description void
ChainStage. setChain(@NotNull Chain chain)
Sets theChain
that the stage belongs tovoid
ChainStageImpl. setChain(@NotNull Chain chain)
Constructors in com.atlassian.bamboo.chains with parameters of type Chain Constructor Description ChainStageImpl(@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.chains.plugins
Methods in com.atlassian.bamboo.chains.plugins with parameters of type Chain Modifier and Type Method Description default void
PostChainAction. execute(@NotNull Chain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainExecution chainExecution)
Deprecated.default void
PreChainAction. execute(@NotNull Chain chain, @NotNull ChainExecution chainExecution)
Deprecated.since 7.1 usePreChainAction.execute(ImmutableChain, ChainExecution)
-
Uses of Chain in com.atlassian.bamboo.configuration.external.helpers
Methods in com.atlassian.bamboo.configuration.external.helpers with type parameters of type Chain Modifier and Type Method Description static <T extends Chain>
Optional<T>PlanImportHelper. findExistingPlanByOidOrKey(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties planProperties, PlanManager planManager, @NotNull Class<T> clazz)
static <T extends Chain>
Optional<T>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 Chain Modifier and Type Class Description class
AbstractChainMapper<T extends Chain>
Methods in com.atlassian.bamboo.migration.stream.build that return Chain Modifier and Type Method Description Chain
ChainMapper. createPlanEntity()
Constructors in com.atlassian.bamboo.migration.stream.build with parameters of type Chain Constructor Description 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)
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.plan Modifier and Type Interface Description interface
TopLevelPlan
Marker interface that specifies that the implementingPlan
is a 'top level' objectClasses in com.atlassian.bamboo.plan that implement Chain Modifier and Type Class Description class
AbstractChain
Fields in com.atlassian.bamboo.plan declared as Chain Modifier and Type Field Description protected Chain
AbstractChain. master
Methods in com.atlassian.bamboo.plan that return Chain Modifier and Type Method Description Chain
AbstractChain. 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 Chain Modifier and Type Method Description @NotNull List<Chain>
PlanManager. 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.@NotNull List<Chain>
PlanManagerImpl. getAllChainsAndJobsUnrestricted()
Methods in com.atlassian.bamboo.plan with parameters of type Chain Modifier and Type Method Description static @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 Chain Modifier and Type Method Description @Nullable Chain
ArtifactDefinitionImpl. getRoot()
Methods in com.atlassian.bamboo.plan.artifact with parameters of type Chain Modifier and Type Method Description boolean
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.branch Modifier and Type Interface Description interface
ChainBranch
Represents a branch of a plan.Classes in com.atlassian.bamboo.plan.branch that implement Chain Modifier and Type Class Description class
ChainBranchImpl
Methods in com.atlassian.bamboo.plan.branch that return Chain Modifier and Type Method Description @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 Chain Modifier and Type Method Description @NotNull Collection<Chain>
ChainStagePropagatingFacade. getChainAndBranches()
Deprecated.Methods in com.atlassian.bamboo.plan.branch with parameters of type Chain Modifier and Type Method Description static @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
BambooVcsBranch. setChain(@NotNull Chain chain)
void
BambooVcsBranchImpl. setChain(@NotNull Chain chain)
Constructors in com.atlassian.bamboo.plan.branch with parameters of type Chain Constructor Description BambooVcsBranchImpl(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 Chain Modifier and Type Method Description @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 Chain Constructor Description AbstractImmutableChain(@NotNull Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, @NotNull BuildDefinition buildDefinition)
ImmutableChainImpl(@NotNull Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsManager bambooSpecsManager, @NotNull BuildDefinition buildDefinition)
-
Uses of Chain in com.atlassian.bamboo.plan.rss
Methods in com.atlassian.bamboo.plan.rss that return Chain Modifier and Type Method Description @NotNull Chain
PlanVcsBambooSpecsSource. getPlan()
@NotNull Chain
PlanVcsBambooSpecsSourceImpl. getPlan()
Constructors in com.atlassian.bamboo.plan.rss with parameters of type Chain Constructor Description PlanVcsBambooSpecsSourceImpl(@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 Chain Modifier and Type Method Description @NotNull List<Chain>
ViewMaven2ChainSummary. getArtifactConsumers(@NotNull Maven2ArtifactProperties artifactProperties)
@NotNull List<Chain>
ViewMaven2ChainSummary. getArtifactProducers(@NotNull Maven2ArtifactProperties artifactProperties)
-
Uses of Chain in com.atlassian.bamboo.specs
Methods in com.atlassian.bamboo.specs with parameters of type Chain Modifier and Type Method Description void
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 Chain Modifier and Type Method Description default 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 Chain Modifier and Type Method Description void
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 Modifier and Type Method Description Chain
ChainActionSupport. getChain()
Deprecated.since 4.4Chain
ChainAwareContextHolder. getChain()
Deprecated.since 4.4Chain
ChainActionSupport. getMutableChain()
-
Uses of Chain in com.atlassian.bamboo.ww2.actions.admin.bulk.repository
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.repository that return Chain Modifier and Type Method Description Chain
UpdateWebUrlBulkAction. 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 Chain Constructor Description AgentAssignmentExecutableDetails(@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 Modifier and Type Method Description @NotNull List<Chain>
DeleteBuilds. getBuildsToConfirm()
-