Uses of Interface
com.atlassian.bamboo.chains.StageState
-
Packages that use StageState Package Description com.atlassian.bamboo.chains -
-
Uses of StageState in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return StageState Modifier and Type Method Description @Nullable StageState
ChainState. getCurrentStage()
Gets the currently executingStageState
StageState
ChainState. getNextStage()
Get the next stage@Nullable StageState
ChainState. getPreviousStage()
Gets the currently executingStageState
StageState
ChainState. proceedToNextStage(@NotNull 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.Methods in com.atlassian.bamboo.chains that return types with arguments of type StageState Modifier and Type Method Description @NotNull List<StageState>
ChainState. getStages()
Get all stages for Chain
-