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 ChainExecutionManagerImpl.getJobExecution(PlanResultKey planResultKey)
           
 BuildExecution ChainExecutionManager.getJobExecution(PlanResultKey planResultKey)
          Get the state of a single Job being executed
 

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
 

Uses of BuildExecution in com.atlassian.bamboo.plan
 

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



Copyright © 2010 Atlassian. All Rights Reserved.