Class RemoteAgent
java.lang.Object
com.atlassian.bamboo.v2.build.agent.remote.RemoteAgent
- All Implemented Interfaces:
Agent
- Direct Known Subclasses:
ElasticAgent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidIf the system property "bamboo.agent.ignoreServerCertName" is set to "true", the configure JSSE to allow SSL connections to servers presenting certificates with non-matching names.protected voidexportContextProperties(@Nullable AgentContext context) Exports the user properties from the givenAgentContextas system properties.@NotNull AgentContextstatic @NotNull AgentContextstatic @NotNull ServerFingerprint@Nullable UUIDgetUuid()static voidvoidstart(@Nullable AgentContext context)
-
Constructor Details
-
RemoteAgent
public RemoteAgent()
-
-
Method Details
-
main
-
start
-
exportContextProperties
Exports the user properties from the given
AgentContextas system properties.- Parameters:
context- TheAgentContextfrom which the user properties should be exported.
-
configureIgnoreServerCertName
protected void configureIgnoreServerCertName()If the system property "bamboo.agent.ignoreServerCertName" is set to "true", the configure JSSE to allow SSL connections to servers presenting certificates with non-matching names.
-
getPreApplicationContextFiles
-
getSpringStartupApplicationContextFilesEphemeral
-
getSpringStartupApplicationContextFiles
-
getSpringStartupApplicationContextFilesLongLived
-
getContext
-
getAgentContext
-
getUuid
-
getFingerprint
-