Uses of Interface
com.atlassian.bamboo.buildqueue.manager.RemoteAgentManager

Packages that use RemoteAgentManager
com.atlassian.bamboo.agent.classserver   
com.atlassian.bamboo.agent.elastic.server   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.container   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.agent.remote   
 

Uses of RemoteAgentManager in com.atlassian.bamboo.agent.classserver
 

Methods in com.atlassian.bamboo.agent.classserver with parameters of type RemoteAgentManager
 void GetFingerprintAction.setRemoteAgentManager(RemoteAgentManager remoteAgentManager)
           
 

Uses of RemoteAgentManager in com.atlassian.bamboo.agent.elastic.server
 

Methods in com.atlassian.bamboo.agent.elastic.server with parameters of type RemoteAgentManager
 void ElasticFunctionalityFacadeImpl.setRemoteAgentManager(RemoteAgentManager remoteAgentManager)
           
 

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

Classes in com.atlassian.bamboo.buildqueue.manager that implement RemoteAgentManager
 class RemoteAgentManagerImpl
           
 

Uses of RemoteAgentManager in com.atlassian.bamboo.configuration.agent
 

Methods in com.atlassian.bamboo.configuration.agent with parameters of type RemoteAgentManager
 void ViewAgents.setRemoteAgentManager(RemoteAgentManager remoteAgentManager)
           
 void ControlRemoteAgentsAvailability.setRemoteAgentManager(RemoteAgentManager remoteAgentManager)
           
 

Uses of RemoteAgentManager in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container with parameters of type RemoteAgentManager
 void BambooContainer.setRemoteAgentManager(RemoteAgentManager remoteAgentManager)
           
 

Uses of RemoteAgentManager in com.atlassian.bamboo.spring
 

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

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

Methods in com.atlassian.bamboo.v2.build.agent with parameters of type RemoteAgentManager
 void HeartBeatCheckerJob.setRemoteAgentManager(RemoteAgentManager remoteAgentManager)
           
 

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

Methods in com.atlassian.bamboo.v2.build.agent.remote that return RemoteAgentManager
 RemoteAgentManager AgentRegistrationBean.getRemoteAgentManager()
           
 

Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type RemoteAgentManager
 void AgentRegistrationBean.setRemoteAgentManager(RemoteAgentManager remoteAgentManager)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.