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

Packages that use ChainExecution
com.atlassian.bamboo.brokenbuildtracker   
com.atlassian.bamboo.build   
com.atlassian.bamboo.builder.coverage   
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.brokenbuildtracker
 

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

Uses of ChainExecution in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return ChainExecution
 ChainExecution PlanResultsAction.getChainExecution()
           
 

Uses of ChainExecution in com.atlassian.bamboo.builder.coverage
 

Methods in com.atlassian.bamboo.builder.coverage with parameters of type ChainExecution
 void CloverChainResultAggregator.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 ChainExecutionManager.getChainExecution(PlanResultKey planResultKey)
          Get the state of the single ChainExecution
 ChainExecution ChainExecutionManagerImpl.getChainExecution(PlanResultKey planResultKey)
           
 

Methods in com.atlassian.bamboo.chains that return types with arguments of type ChainExecution
 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
 java.util.List<ChainExecution> ChainExecutionManagerImpl.getExecutingChains(PlanKey planKey)
           
 

Methods in com.atlassian.bamboo.chains with parameters of type ChainExecution
 void ChainPluginSupport.chainCompleted(ChainExecution chainExecution, BuildContext buildContext)
          Executes the enabled PostChainActions for ChainExecution
 void ChainPluginSupport.chainStarted(ChainExecution chainExecution, BuildContext buildContext)
          Executes the enabled PreChainActions for ChainExecution
 

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 PostChainAction.execute(Chain chain, ChainResultsSummary chainResultsSummary, ChainExecution chainExecution)
          Execute the custom action
 void PostChainIndexAction.execute(Chain chain, ChainResultsSummary chainResultsSummary, ChainExecution chainExecution)
           
 

Uses of ChainExecution in com.atlassian.bamboo.event
 

Methods in com.atlassian.bamboo.event that return ChainExecution
 ChainExecution StoppedOnManualStageEvent.getChainExecution()
          The ChainExecution of the completed StageExecution
 ChainExecution StageCompletedEvent.getChainExecution()
          The ChainExecution of the completed StageExecution
 ChainExecution ManualStageResumedEvent.getChainExecution()
          The ChainExecution of the resumed manual StageExecution
 ChainExecution FailedStageRestartEvent.getChainExecution()
          The ChainExecution of the restarted failed StageExecution
 ChainExecution ChainCompletedEvent.getChainExecution()
           
 

Constructors in com.atlassian.bamboo.event with parameters of type ChainExecution
ChainCompletedEvent(java.lang.Object source, ChainExecution chainExecution, BuildContext buildContext)
           
FailedStageRestartEvent(java.lang.Object source, ChainExecution chainExecution, StageExecution stageExecution)
           
ManualStageResumedEvent(java.lang.Object source, ChainExecution chainExecution, StageExecution stageExecution)
           
StageCompletedEvent(java.lang.Object source, ChainExecution chainExecution, StageExecution stageExecution)
           
StoppedOnManualStageEvent(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, TriggerManager triggerManager)
           
StageJsonDecorator(ChainExecution chainExecution, StageExecution stageExecution, java.util.List<ChainStageResult> stages)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.