| Package | Description |
|---|---|
| com.atlassian.bamboo.chains | |
| com.atlassian.bamboo.plan |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ChainState |
ChainStateFactoryImpl.create(@NotNull PlanIdentifier chain,
@NotNull BuildContext chainBuildContext,
@NotNull ChainStateResult chainResultState) |
@NotNull ChainState |
ChainStateFactory.create(@NotNull PlanIdentifier chain,
@NotNull BuildContext buildContext,
@NotNull ChainStateResult chainResultState)
Creates a
ChainState |
@NotNull ChainState |
ChainStateFactoryImpl.create(@NotNull PlanIdentifier chain,
@Nullable PlanExecutionConfig planExecutionConfig,
@NotNull BuildContext chainBuildContext,
@NotNull ChainStateResult chainResultState) |
@NotNull ChainState |
ChainStateFactory.create(@NotNull PlanIdentifier chain,
@Nullable PlanExecutionConfig planExecutionConfig,
@NotNull BuildContext chainBuildContext,
@NotNull ChainStateResult chainResultState)
Creates a {link ChainState} for extended execution config defined as
PlanExecutionConfig - continuable and restartable builds |
ChainState |
ChainStateCreationRequestResultImpl.getChainState() |
@Nullable ChainState |
ChainStateCreationRequestResult.getChainState() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ChainExecutionRequestResult |
ChainExecutionManagerImpl.delayedStart(@NotNull ImmutableChain chain,
@NotNull UnconditionalBuildDetectionAction buildDetectionAction,
@NotNull ChainState chainState) |
@NotNull ChainExecutionRequestResult |
ChainExecutionManager.delayedStart(@NotNull ImmutableChain chain,
@NotNull UnconditionalBuildDetectionAction buildDetectionAction,
@NotNull ChainState chainState)
Starts the Chain if it's been created already
|
| Constructor and Description |
|---|
ChainStateCreationRequestResultImpl(@NotNull ErrorCollection errors,
ChainState chainState) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanStatePersisterService.persistChainState(@NotNull ChainState chainState)
Saves the chain results.
|
void |
PlanStatePersisterImpl.persistChainState(@NotNull ChainState chainState) |
void |
PlanStatePersister.persistChainState(@NotNull ChainState chainState)
Saves the chain results.
|
void |
PlanStatePersisterServiceImpl.persistChainState(@NotNull ChainState chainState) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.