Uses of Interface
com.atlassian.bamboo.chains.StageState
Packages that use StageState
-
Uses of StageState in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return StageStateModifier 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.Methods in com.atlassian.bamboo.chains that return types with arguments of type StageStateModifier and TypeMethodDescription@NotNull List<StageState>
ChainState.getStages()
Get all stages for Chain