Class AgentRegistrationBean
- java.lang.Object
-
- com.atlassian.bamboo.v2.build.agent.remote.AgentRegistrationBean
-
- Direct Known Subclasses:
ElasticAgentRegistrationBean
,EphemeralAgentRegistrationBean
public class AgentRegistrationBean extends Object
Bean responsible for registering the agent and then writing it back
-
-
Field Summary
Fields Modifier and Type Field Description protected AgentConfiguration
agentConfiguration
protected CapabilityDefaultsHelper
capabilityDefaultsHelper
protected DefaultAgentCapabilityManager
defaultAgentCapabilityManager
protected com.atlassian.event.api.EventPublisher
eventPublisher
protected RemotedRemoteAgentManager
remoteAgentManager
-
Constructor Summary
Constructors Constructor Description AgentRegistrationBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
registerAgent()
-
-
-
Field Detail
-
agentConfiguration
@Autowired protected AgentConfiguration agentConfiguration
-
capabilityDefaultsHelper
@Autowired protected CapabilityDefaultsHelper capabilityDefaultsHelper
-
defaultAgentCapabilityManager
@Autowired protected DefaultAgentCapabilityManager defaultAgentCapabilityManager
-
eventPublisher
@Autowired protected com.atlassian.event.api.EventPublisher eventPublisher
-
remoteAgentManager
@Autowired protected RemotedRemoteAgentManager remoteAgentManager
-
-