Uses of Class
com.atlassian.bamboo.agent.bootstrap.AgentContext
Package
Description
-
Uses of AgentContext in com.atlassian.bamboo.agent.bootstrap
Modifier and TypeMethodDescriptionprotected AgentContext
RemoteAgentBootstrap.createAgentContext
(AgentType type, URL endpointForAgents) Modifier and TypeMethodDescriptionstatic 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) ClasspathBuilder.sync
(AgentContext agentContext, File home, String collectionId) -
Uses of AgentContext in com.atlassian.bamboo.agent.elastic.client
ModifierConstructorDescriptionTunnelAwareAdministrationConfigurationManagerImpl
(AdministrationConfigurationManager administrationConfigurationManager, AgentContext agentContext) -
Uses of AgentContext in com.atlassian.bamboo.build.artifact
-
Uses of AgentContext in com.atlassian.bamboo.v2.build.agent.remote
Modifier and TypeMethodDescription@NotNull AgentContext
RemoteAgent.getAgentContext()
static @NotNull AgentContext
RemoteAgent.getContext()
Modifier and TypeMethodDescriptionprotected 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)