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