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
static java.lang.ClassLoader ClasspathBuilder.build(java.io.File home, java.lang.Iterable<java.io.File> classPathDirectories, AgentContext agentContext)
          Builds a ClassLoader from the /agentServer/classpath.zip
static boolean BootstrapUpdater.ensureLatestBootstrap(AgentContext agentContext)
           
static java.util.Set<java.io.File> ClasspathBuilder.getRemoteResources(AgentContext agentContext, java.io.File home, java.lang.Iterable<java.io.File> classpathDirectories, java.lang.String resourceName)
          Downloads and extracts the represented by the resource name
 void Agent.start(AgentContext fingerprint)
           
 

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

Methods in com.atlassian.bamboo.agent.elastic.client with parameters of type AgentContext
 void ElasticAgent.start(AgentContext context)
           
 

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 UpgradeRemoteAgent.start(AgentContext agentContext)
           
 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 © 2012 Atlassian. All Rights Reserved.