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

Packages that use BuildExecution
com.atlassian.bamboo.chains   
com.atlassian.bamboo.plan   
 

Uses of BuildExecution in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains that return BuildExecution
 BuildExecution ChainExecutionManager.getJobExecution(PlanResultKey planResultKey)
          Get the state of a single Job being executed
 BuildExecution ChainExecutionManagerImpl.getJobExecution(PlanResultKey planResultKey)
           
 

Methods in com.atlassian.bamboo.chains that return types with arguments of type BuildExecution
 java.util.List<BuildExecution> StageExecution.getBuilds()
          Returns the BuildExecution's that are executed during this stage
 

Methods in com.atlassian.bamboo.chains with parameters of type BuildExecution
 void ChainPluginSupport.buildCompleted(BuildExecution buildExecution)
          Executes the enabled PostJobActions for BuildExecution
 

Uses of BuildExecution in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return BuildExecution
 BuildExecution ExecutionStatusProvider.getJobExecution(PlanResultKey planResultKey)
          Get the state of a single Job being executed
 BuildExecution PlanExecutionManagerImpl.getJobExecution(PlanResultKey planResultKey)
           
 BuildExecution ExecutionStatusProviderImpl.getJobExecution(PlanResultKey planResultKey)
           
 



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