Uses of Interface
com.atlassian.bamboo.chains.StageState

Packages that use StageState
com.atlassian.bamboo.chains   
 

Uses of StageState in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains that return StageState
 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()
          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
 java.util.List<StageState> ChainState.getStages()
          Get all stages for Chain
 



Copyright © 2010 Atlassian. All Rights Reserved.