Package com.atlassian.bamboo.chains
Class ContinuableStageHelper
- java.lang.Object
-
- com.atlassian.bamboo.chains.ContinuableStageHelper
-
public class ContinuableStageHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ContinuableStageHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StageIdentifier
getStageToContinue(ChainResultsSummary chainResultSummary)
static StageIdentifier
getStageToRestart(ChainResultsSummary chainResultSummary)
-
-
-
Method Detail
-
getStageToContinue
public static StageIdentifier getStageToContinue(ChainResultsSummary chainResultSummary)
-
getStageToRestart
public static StageIdentifier getStageToRestart(ChainResultsSummary chainResultSummary)
-
-