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

Packages that use StageExecution
com.atlassian.bamboo.builder   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.chains.plugins   
com.atlassian.bamboo.event   
com.atlassian.bamboo.notification.chain   
 

Uses of StageExecution in com.atlassian.bamboo.builder
 

Constructors in com.atlassian.bamboo.builder with parameters of type StageExecution
ChainResultsRenderer(Chain chain, ChainExecution chainExecution, StageExecution stageExecution)
           
 

Uses of StageExecution in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains that return StageExecution
 StageExecution BuildExecution.getStageExecution()
          Returns the StageExecution that the BuildExecution is a component of
 

Methods in com.atlassian.bamboo.chains that return types with arguments of type StageExecution
 java.util.List<StageExecution> ChainExecution.getStages()
          Get Stages for this Chain
 

Uses of StageExecution in com.atlassian.bamboo.chains.plugins
 

Methods in com.atlassian.bamboo.chains.plugins with parameters of type StageExecution
 void PostStageAction.execute(ChainResult chainResult, ChainStageResult chainStageResult, StageExecution stageExecution)
          Executes the custom action
 void PreStageAction.execute(StageExecution stageExecution)
          Executes the custom action
 void PreStagedBuildAction.execute(StageExecution stageExecution, BuildContext buildContext)
          Executes the custom action
 void PostStagedBuildAction.execute(StageExecution stageExecution, Build build, ExtendedBuildResultsSummary buildResultsSummary)
          Executes the custom action
 

Uses of StageExecution in com.atlassian.bamboo.event
 

Methods in com.atlassian.bamboo.event that return StageExecution
 StageExecution StageCompletedEvent.getStageExecution()
           
 

Constructors in com.atlassian.bamboo.event with parameters of type StageExecution
StageCompletedEvent(java.lang.Object source, ChainExecution chainExecution, StageExecution stageExecution)
           
 

Uses of StageExecution in com.atlassian.bamboo.notification.chain
 

Fields in com.atlassian.bamboo.notification.chain declared as StageExecution
protected  StageExecution StageCompletedNotification.stageExecution
           
 



Copyright © 2010 Atlassian. All Rights Reserved.