Package | Description |
---|---|
com.atlassian.bamboo.chains |
Modifier and Type | Method and Description |
---|---|
StageState |
ChainState.getCurrentStage()
Gets the currently executing
StageState |
StageState |
ChainState.getNextStage()
Get the next stage
|
StageState |
ChainState.getPreviousStage()
Gets the currently executing
StageState |
StageState |
ChainState.proceedToNextStage(com.google.common.collect.Multimap<String,Artifact> publishedChainArtifacts,
boolean lastExecutedStageSuccessful)
Replaces the current stage with the next stage in the queue and changes the reference to the current stage to the previous.
|
Modifier and Type | Method and Description |
---|---|
List<StageState> |
ChainState.getStages()
Get all stages for Chain
|
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.