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

Packages that use ChainExecution
com.atlassian.bamboo.autofavourite   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.chains.plugins   
com.atlassian.bamboo.event   
com.atlassian.bamboo.notification.chain   
com.atlassian.bamboo.ww2.actions.build   
 

Uses of ChainExecution in com.atlassian.bamboo.autofavourite
 

Methods in com.atlassian.bamboo.autofavourite with parameters of type ChainExecution
 void AutoFavouritePostChainAction.execute(Chain chain, ChainResultsSummary chainResultsSummary, ChainExecution chainExecution)
           
 

Uses of ChainExecution in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains that return ChainExecution
 ChainExecution StageExecution.getChainExecution()
          Gets the ChainExecution that the StageExecution is a member of
 ChainExecution ChainExecutionRequestResult.getChainExecution()
           
 ChainExecution ChainExecutionManagerImpl.getChainExecution(PlanResultKey planResultKey)
           
 ChainExecution ChainExecutionManager.getChainExecution(PlanResultKey planResultKey)
          Get the state of the single ChainExecution
 

Methods in com.atlassian.bamboo.chains that return types with arguments of type ChainExecution
 java.util.List<ChainExecution> ChainExecutionManagerImpl.getExecutingChains(PlanKey planKey)
           
 java.util.List<ChainExecution> ChainExecutionManager.getExecutingChains(PlanKey planKey)
          Get the Collection of the state of the ChainExecution or empty collection when no chain is executing
 

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

Methods in com.atlassian.bamboo.chains.plugins with parameters of type ChainExecution
 void PreChainAction.execute(Chain chain, ChainExecution chainExecution)
          Executes the custom action
 void PostChainIndexAction.execute(Chain chain, ChainResultsSummary chainResultsSummary, ChainExecution chainExecution)
           
 void PostChainAction.execute(Chain chain, ChainResultsSummary chainResultsSummary, ChainExecution chainExecution)
          Execute the custom action
 

Uses of ChainExecution in com.atlassian.bamboo.event
 

Methods in com.atlassian.bamboo.event that return ChainExecution
 ChainExecution StageCompletedEvent.getChainExecution()
          The ChainExecution of the completed StageExecution
 ChainExecution ChainCompletedEvent.getChainExecution()
           
 

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

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

Fields in com.atlassian.bamboo.notification.chain declared as ChainExecution
protected  ChainExecution StageCompletedNotification.chainExecution
           
 

Uses of ChainExecution in com.atlassian.bamboo.ww2.actions.build
 

Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type ChainExecution
ChainExecutionJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, BambooPermissionManager bambooPermissionManager, ChainExecution chainExecution, ResultsSummary chainResultSummary, TriggerReasonManager triggerReasonManager)
           
StageJsonDecorator(ChainExecution chainExecution, StageExecution stageExecution)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.