| Modifier and Type | Method and Description |
|---|---|
Chain |
ChainResultsAction.getChain()
Deprecated.
since 4.4
|
@NotNull Chain |
DefaultJob.getParent() |
@NotNull Chain |
Job.getParent()
|
| Modifier and Type | Method and Description |
|---|---|
static Chain |
JobParamMapHelper.getChain(ActionParametersMap params) |
Chain |
ChainCreationServiceImpl.getNewInstance() |
| Modifier and Type | Method and Description |
|---|---|
static void |
JobParamMapHelper.setChain(ActionParametersMap actionParametersMap,
Chain chain) |
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 |
PlanValidationService.validateNewJobForExistingChain(@NotNull com.atlassian.struts.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.1
|
void |
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 |
PlanValidationService.validateNewStageForChain(com.atlassian.struts.ValidationAware validationAware,
Chain chain,
String stageName)
Validate the the new stage can be added to the given chain
|
void |
PlanValidationServiceXWork1.validateNewStageForChain(com.opensymphony.xwork.ValidationAware validationAware,
Chain chain,
String stageName)
Deprecated.
since 5.1
|
void |
PlanValidationServiceImpl.validateStageExistsForChain(com.atlassian.struts.ValidationAware validationAware,
Chain chain,
String stageName) |
void |
PlanValidationServiceImpl.validateStageExistsForChain(com.opensymphony.xwork.ValidationAware validationAware,
Chain chain,
String stageName) |
void |
PlanValidationService.validateStageExistsForChain(com.atlassian.struts.ValidationAware validationAware,
Chain chain,
String stageName)
Ensures that the stage currently exists for a chain
|
void |
PlanValidationServiceXWork1.validateStageExistsForChain(com.opensymphony.xwork.ValidationAware validationAware,
Chain chain,
String stageName)
Deprecated.
since 5.1
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultChain |
| Modifier and Type | Method and 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 |
ChainStageImpl.getChain() |
@NotNull Chain |
ChainStage.getChain()
Gets the
Chain that the stage belongs to |
Chain |
Chain.getMaster() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChainStageImpl.setChain(@NotNull Chain chain) |
void |
ChainStage.setChain(@NotNull Chain chain)
Sets the
Chain that the stage belongs to |
| Constructor and Description |
|---|
ChainStageImpl(@NotNull Chain chain,
@NotNull String name,
String description,
boolean manual)
Deprecated.
since 5.13 use
ChainStageImpl(Chain, String, String, boolean, boolean) |
ChainStageImpl(@NotNull Chain chain,
@NotNull String name,
String description,
boolean manual,
boolean finalStage) |
| Modifier and Type | Method and Description |
|---|---|
default void |
PreChainAction.execute(@NotNull Chain chain,
@NotNull ChainExecution chainExecution)
Deprecated.
since 7.1 use
PreChainAction.execute(ImmutableChain, ChainExecution) |
default void |
PostChainAction.execute(@NotNull Chain chain,
@NotNull ChainResultsSummary chainResultsSummary,
@NotNull ChainExecution chainExecution)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Chain> |
PlanImportHelper.findExistingPlanByOidOrKey(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties planProperties,
PlanManager planManager,
@NotNull Class<T> clazz) |
static <T extends Chain> |
PlanImportHelper.findExistingPlanByOidOrKey(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
PlanManager planManager,
@NotNull Class<T> clazz) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChainMapper<T extends Chain> |
| Modifier and Type | Method and Description |
|---|---|
Chain |
ChainMapper.createPlanEntity() |
| Constructor and 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) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopLevelPlan
Marker interface that specifies that the implementing
Plan is a 'top level' object |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChain |
| Modifier and Type | Field and Description |
|---|---|
protected Chain |
AbstractChain.master |
| Modifier and Type | Method and Description |
|---|---|
Chain |
AbstractChain.getMaster() |
static @NotNull Chain |
PlanHelper.getMasterPlan(@NotNull Chain plan)
Get master plan if plan has master or passed plan otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull Chain |
PlanHelper.getMasterPlan(@NotNull Chain plan)
Get master plan if plan has master or passed plan otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ArtifactSubscriptionManagerImpl.isSubscriptionsValid(@NotNull Job consumer,
@NotNull Chain chain,
@NotNull String stageName) |
boolean |
ArtifactSubscriptionManager.isSubscriptionsValid(@NotNull Job consumer,
@NotNull Chain chain,
@NotNull String stageName)
Shorter for of validateSubscriptions method
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChainBranch
Represents a branch of a plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChainBranchImpl |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Chain |
BambooVcsBranchImpl.getChain() |
@Nullable Chain |
BambooVcsBranch.getChain()
Returns the master chain associated with the VCS branch.
|
@NotNull Chain |
ChainBranchImpl.getMaster() |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable Job |
ChainBranchUtils.getBranchedJob(@NotNull Job masterJob,
@NotNull Chain chain) |
@NotNull ChainStage |
ChainStagePropagatingFacade.getStageForChain(@NotNull Chain chain)
Deprecated.
|
boolean |
BranchCreationFacadeImpl.scheduleBranchListInitialisation(@NotNull Chain chain) |
boolean |
BranchDetectionServiceImpl.scheduleBranchListInitialisation(@NotNull Chain chain) |
boolean |
BranchDetectionService.scheduleBranchListInitialisation(@NotNull Chain chain)
Schedules initialisation of existing vcs branch list.
|
boolean |
BranchCreationFacade.scheduleBranchListInitialisation(@NotNull Chain chain)
Schedules initialisation of existing vcs branch list.
|
void |
BambooVcsBranchImpl.setChain(@NotNull Chain chain) |
void |
BambooVcsBranch.setChain(@NotNull Chain chain) |
| Constructor and Description |
|---|
BambooVcsBranchImpl(Chain chain,
VcsBranch newBranch) |
ChainPropagatingFacade(@NotNull ChainBranchManager chainBranchManager,
@NotNull Chain masterChain) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ImmutableChain |
ImmutablePlanManagerImpl.createImmutableChain(@NotNull Chain chain) |
@NotNull ImmutableChain |
ImmutablePlanManager.createImmutableChain(@NotNull Chain chain) |
| Constructor and Description |
|---|
AbstractImmutableChain(@NotNull Chain chain,
BuildLoggerManager buildLoggerManager,
ImmutablePlanCacheService immutablePlanCacheService,
ImmutablePlanManager immutablePlanManager,
LabelManager labelManager,
ResultsSummaryManager resultsSummaryManager,
RepositoryDefinitionManager repositoryDefinitionManager,
CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager,
VariableDefinitionManager variableDefinitionManager,
@NotNull BuildDefinition buildDefinition) |
ImmutableChainImpl(@NotNull Chain chain,
BuildLoggerManager buildLoggerManager,
ImmutablePlanCacheService immutablePlanCacheService,
ImmutablePlanManager immutablePlanManager,
LabelManager labelManager,
ResultsSummaryManager resultsSummaryManager,
RepositoryDefinitionManager repositoryDefinitionManager,
CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager,
VariableDefinitionManager variableDefinitionManager,
@NotNull BuildDefinition buildDefinition) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Chain |
PlanVcsBambooSpecsSourceImpl.getPlan() |
@NotNull Chain |
PlanVcsBambooSpecsSource.getPlan() |
| Constructor and Description |
|---|
PlanVcsBambooSpecsSourceImpl(@NotNull Chain plan,
@NotNull VcsBambooSpecsSource vcsBambooSpecsSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
BambooSpecsSourceDaoImpl.updateBambooSpecsSourceForPlan(@NotNull Chain plan,
@NotNull VcsBambooSpecsSource vcsBambooSpecsSource) |
void |
BambooSpecsManagerImpl.updateBambooSpecsSourceForPlan(@NotNull Chain plan,
@NotNull VcsBambooSpecsSource vcsBambooSpecsSource) |
void |
BambooSpecsSourceDao.updateBambooSpecsSourceForPlan(@NotNull Chain plan,
@NotNull VcsBambooSpecsSource vcsBambooSpecsSourceId) |
void |
BambooSpecsManager.updateBambooSpecsSourceForPlan(@NotNull Chain plan,
@NotNull VcsBambooSpecsSource vcsBambooSpecsSourceId)
Update
VcsBambooSpecsSource for a plan. |
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerConfigurationServiceImpl.addTriggeringRepository(@NotNull Chain chain,
long repositoryId) |
void |
TriggerConfigurationService.addTriggeringRepository(@NotNull Chain chain,
long repositoryId)
Updates all repository aware triggers of Chain by adding a new repository.
|
void |
TriggerConfigurationServiceImpl.removeRepositoryIdsFromTriggers(@NotNull Chain chain,
Set<Long> removedRepositoriesIds) |
void |
TriggerConfigurationService.removeRepositoryIdsFromTriggers(@NotNull Chain chain,
@NotNull Set<Long> removedRepositoriesIds)
Removes listed repository ids from chain's triggers
|
void |
TriggerConfigurationServiceImpl.updateRepositoryIdsInTriggers(@NotNull Chain chain,
Map<Long,Long> repositoryIdsChanges) |
void |
TriggerConfigurationService.updateRepositoryIdsInTriggers(@NotNull Chain chain,
Map<Long,Long> repositoryIdsChanges)
Updates Chain configurations affected by repository edition.
|
void |
TriggerConfigurationServiceImpl.updateRepositoryIdsInTriggers(@NotNull Chain chain,
Map<Long,Long> repositoryIdsChanges,
boolean reactivateTriggers) |
void |
TriggerConfigurationService.updateRepositoryIdsInTriggers(@NotNull Chain chain,
Map<Long,Long> repositoryIdsChanges,
boolean reactivateTriggers)
Updates Chain configurations affected by repository edition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariableConfigurationServiceImpl.setPlanVariables(@NotNull Chain plan,
@NotNull List<com.atlassian.bamboo.specs.api.model.VariableProperties> variables) |
void |
VariableConfigurationService.setPlanVariables(@NotNull Chain plan,
@NotNull List<com.atlassian.bamboo.specs.api.model.VariableProperties> variables)
Creates complete plan variables list.
|
| Modifier and Type | Method and Description |
|---|---|
Chain |
ChainActionSupport.getChain()
Deprecated.
since 4.4
|
Chain |
ChainAwareContextHolder.getChain()
Deprecated.
since 4.4
|
Chain |
ChainActionSupport.getMutableChain() |
| Modifier and Type | Method and Description |
|---|---|
Chain |
UpdateWebUrlBulkAction.getMockBuildForView(Map<String,String[]> params) |
| Constructor and Description |
|---|
AgentAssignmentExecutableDetails(@NotNull Chain chain,
@Nullable Project project) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.