Uses of Class
com.atlassian.bamboo.agent.bootstrap.AgentContext
-
Packages that use AgentContext Package Description com.atlassian.bamboo.agent.bootstrap com.atlassian.bamboo.agent.elastic.client com.atlassian.bamboo.build.artifact com.atlassian.bamboo.v2.build.agent.remote -
-
Uses of AgentContext in com.atlassian.bamboo.agent.bootstrap
Methods in com.atlassian.bamboo.agent.bootstrap that return AgentContext Modifier and Type Method Description protected AgentContext
RemoteAgentBootstrap. createAgentContext(AgentType type, URL endpointForAgents)
Methods in com.atlassian.bamboo.agent.bootstrap with parameters of type AgentContext Modifier and Type Method Description static void
BootstrapUtils. addFingerprintHeader(AgentContext agentContext, org.apache.http.message.AbstractHttpMessage req)
static boolean
BootstrapUpdater. ensureLatestBootstrap(AgentContext agentContext)
static ClassLoader
ClasspathBuilder. getClassLoader(File home, AgentContext agentContext)
Builds aClassLoader
from the jars downloaded from the servervoid
Agent. start(AgentContext fingerprint)
static @NotNull List<File>
ClasspathBuilder. sync(AgentContext agentContext, File home, String collectionId)
-
Uses of AgentContext in com.atlassian.bamboo.agent.elastic.client
Methods in com.atlassian.bamboo.agent.elastic.client with parameters of type AgentContext Modifier and Type Method Description void
ElasticAgent. start(@Nullable AgentContext context)
Constructors in com.atlassian.bamboo.agent.elastic.client with parameters of type AgentContext Constructor Description TunnelAwareAdministrationConfigurationManagerImpl(AdministrationConfigurationManager administrationConfigurationManager, AgentContext agentContext)
-
Uses of AgentContext in com.atlassian.bamboo.build.artifact
Constructors in com.atlassian.bamboo.build.artifact with parameters of type AgentContext Constructor Description BambooArtifactHttpTransport(@NotNull 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 Modifier and Type Method Description @NotNull AgentContext
RemoteAgent. getAgentContext()
static @NotNull AgentContext
RemoteAgent. getContext()
Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type AgentContext Modifier and Type Method Description protected void
RemoteAgent. exportContextProperties(@Nullable AgentContext context)
Exports the user properties from the givenAgentContext
as system properties.void
RemoteAgent. start(@Nullable AgentContext context)
void
UpgradeRemoteAgent. start(AgentContext agentContext)
-