Uses of Interface
com.atlassian.bamboo.v2.build.agent.BuildAgentController

Packages that use BuildAgentController
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.agent.remote   
 

Uses of BuildAgentController in com.atlassian.bamboo.buildqueue.manager
 

Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type BuildAgentController
AgentManagerImpl(AgentDao agentDao, BuildAgentController buildAgentController, CapabilitySetManager capabilitySetManager, com.atlassian.event.api.EventPublisher eventPublisher, BambooLicenseManager bambooLicenseManager, ElasticImageConfigurationManager elasticImageConfigurationManager, ElasticInstanceManager elasticInstanceManager, BuildExecutionManager buildExecutionManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, FeatureManager featureManager, AgentAssignmentService agentAssignmentService)
           
 

Uses of BuildAgentController in com.atlassian.bamboo.spring
 

Fields in com.atlassian.bamboo.spring with type parameters of type BuildAgentController
static com.google.common.base.Supplier<BuildAgentController> ComponentAccessor.BUILD_AGENT_CONTROLLER
           
 

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

Classes in com.atlassian.bamboo.v2.build.agent that implement BuildAgentController
 class BuildAgentControllerImpl
           
 

Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type BuildAgentController
DefaultBuildAgent(BuildAgentController buildAgentController, BuildLoggerManager buildLoggerManager, long agentId, java.lang.String agentName)
           
 

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

Constructors in com.atlassian.bamboo.v2.build.agent.remote with parameters of type BuildAgentController
RemoteBuildAgent(BuildAgentController buildAgentController, BuildLoggerManager buildLoggerManager, long agentId, java.lang.String agentName, int heartbeatIntervalSeconds)
           
 



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