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

Packages that use BuildExecution
com.atlassian.bamboo.chains   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plugins.rest.model.build.status   
 

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)
           
 

Uses of BuildExecution in com.atlassian.bamboo.plugins.rest.model.build.status
 

Constructors in com.atlassian.bamboo.plugins.rest.model.build.status with parameters of type BuildExecution
RestJobResultStatus(BuildExecution buildExecution, PlanExecutionManager planExecutionManager)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.