com.atlassian.bamboo.v2.build.agent.remote
Class RemoteAgent
java.lang.Object
com.atlassian.bamboo.v2.build.agent.remote.RemoteAgent
- All Implemented Interfaces:
- Agent
- Direct Known Subclasses:
- ElasticAgent
public class RemoteAgent
- extends java.lang.Object
- implements Agent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteAgent
public RemoteAgent()
main
public static void main(java.lang.String[] args)
start
public void start(AgentContext context)
- Specified by:
start
in interface Agent
exportContextProperties
protected void exportContextProperties(AgentContext context)
Exports the user properties from the given AgentContext
as system properties.
- Parameters:
context
- The AgentContext
from 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
protected java.lang.String[] getPreApplicationContextFiles()
getSpringStartupApplicationContextFiles
protected java.lang.String[] getSpringStartupApplicationContextFiles()
getContext
@Nullable
public static AgentContext getContext()
getAgentContext
@Nullable
public AgentContext getAgentContext()
getFingerprint
@Nullable
public static java.lang.String getFingerprint()
Copyright © 2010 Atlassian. All Rights Reserved.