Uses of Class
com.atlassian.bamboo.agent.bootstrap.AgentContext

Packages that use AgentContext
com.atlassian.bamboo.agent.bootstrap   
com.atlassian.bamboo.agent.elastic.client   
com.atlassian.bamboo.v2.build.agent.remote   
com.atlassian.bamboo.v2.build.agent.remote.sender   
 

Uses of AgentContext in com.atlassian.bamboo.agent.bootstrap
 

Methods in com.atlassian.bamboo.agent.bootstrap with parameters of type AgentContext
 void Agent.start(AgentContext fingerprint)
           
 

Uses of AgentContext in com.atlassian.bamboo.agent.elastic.client
 

Constructors in com.atlassian.bamboo.agent.elastic.client with parameters of type AgentContext
TunnelAwareAdministrationConfigurationManagerImpl(AdministrationConfigurationManager administrationConfigurationManager, AgentContext agentContext)
           
 

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

Methods in com.atlassian.bamboo.v2.build.agent.remote that return AgentContext
 AgentContext RemoteAgent.getAgentContext()
           
static AgentContext RemoteAgent.getContext()
           
 

Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type AgentContext
protected  void RemoteAgent.exportContextProperties(AgentContext context)
          Exports the user properties from the given AgentContext as system properties.
 void RemoteAgent.start(AgentContext context)
           
 

Uses of AgentContext in com.atlassian.bamboo.v2.build.agent.remote.sender
 

Constructors in com.atlassian.bamboo.v2.build.agent.remote.sender with parameters of type AgentContext
HttpMessageSender(AgentContext agentContext)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.