com.atlassian.bamboo.v2.build.agent.remote
Class AgentRegistrationBean

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.remote.AgentRegistrationBean
Direct Known Subclasses:
ElasticAgentRegistrationBean

public class AgentRegistrationBean
extends java.lang.Object

Bean responsible for registering the agent and then writing it back


Constructor Summary
AgentRegistrationBean()
           
 
Method Summary
 AgentConfiguration getAgentConfiguration()
           
 RemoteAgentManager getRemoteAgentManager()
           
 void registerAgent()
           
 void setAgentConfiguration(AgentConfiguration agentConfiguration)
           
 void setCapabilityDefaultsHelper(CapabilityDefaultsHelper capabilityDefaultsHelper)
           
 void setRemoteAgentManager(RemoteAgentManager remoteAgentManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentRegistrationBean

public AgentRegistrationBean()
Method Detail

registerAgent

public void registerAgent()

setAgentConfiguration

public void setAgentConfiguration(AgentConfiguration agentConfiguration)

getAgentConfiguration

public AgentConfiguration getAgentConfiguration()

getRemoteAgentManager

public RemoteAgentManager getRemoteAgentManager()

setRemoteAgentManager

public void setRemoteAgentManager(RemoteAgentManager remoteAgentManager)

setCapabilityDefaultsHelper

public void setCapabilityDefaultsHelper(CapabilityDefaultsHelper capabilityDefaultsHelper)


Copyright © 2012 Atlassian. All Rights Reserved.