Uses of Interface
com.atlassian.bamboo.build.BuildExecutionUpdateManager

Packages that use BuildExecutionUpdateManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.pipeline.tasks   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.agent.remote   
com.atlassian.bamboo.v2.build.task   
 

Uses of BuildExecutionUpdateManager in com.atlassian.bamboo.build
 

Subinterfaces of BuildExecutionUpdateManager in com.atlassian.bamboo.build
 interface BuildExecutionManager
          A class that is aware of all the goings on in executing builds.
 

Classes in com.atlassian.bamboo.build that implement BuildExecutionUpdateManager
 class DefaultBuildExecutionManager
           
 

Uses of BuildExecutionUpdateManager in com.atlassian.bamboo.build.pipeline.tasks
 

Methods in com.atlassian.bamboo.build.pipeline.tasks with parameters of type BuildExecutionUpdateManager
 void ExecuteBuildTask.setBuildExecutionUpdateManager(BuildExecutionUpdateManager buildExecutionUpdateManager)
           
 

Uses of BuildExecutionUpdateManager in com.atlassian.bamboo.v2.build.agent
 

Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type BuildExecutionUpdateManager
BuildAgentControllerImpl(BuildResultProcessor buildResultProcessor, AgentQueueAccessor agentQueueAccessor, CapabilitySetManager capabilitySetManager, BuildExecutionUpdateManager buildExecutionUpdateManager, ErrorUpdateHandler errorUpdateHandler, CapabilityContext capabilityContext, AgentContext agentContext)
           
 

Uses of BuildExecutionUpdateManager in com.atlassian.bamboo.v2.build.agent.remote
 

Classes in com.atlassian.bamboo.v2.build.agent.remote that implement BuildExecutionUpdateManager
 class RemoteBuildExecutionUpdateManager
           
 

Uses of BuildExecutionUpdateManager in com.atlassian.bamboo.v2.build.task
 

Methods in com.atlassian.bamboo.v2.build.task with parameters of type BuildExecutionUpdateManager
 void CheckoutUpdateForBuild.setBuildExecutionUpdateManager(BuildExecutionUpdateManager buildExecutionUpdateManager)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.