Uses of Interface
com.atlassian.bamboo.chains.StageState
-
Uses of StageState in com.atlassian.bamboo.chains
Modifier and TypeMethodDescription@Nullable StageState
ChainState.getCurrentStage()
Gets the currently executingStageState
ChainState.getNextStage()
Get the next stage@Nullable StageState
ChainState.getPreviousStage()
Gets the currently executingStageState
@NotNull StageState
ChainBuildState.getStageState()
Returns theStageState
that thisChainBuildState
belongs toChainState.proceedToNextStage
(@NotNull 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 TypeMethodDescription@NotNull List<StageState>
ChainState.getStages()
Get all stages for Chain