@Internal
public interface AgentServerManager
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Agent> |
getAgentClass(String agentType,
String version) |
ClassLoader |
getClassLoader() |
com.atlassian.bamboo.setup.ServerFingerprint |
getFingerprint()
Unique indetifier for the server
|
Map<Object,Object> |
getUserProperties() |
boolean |
isServerFingerprintValid(String serverFingerprint)
Returns true if finger print matches
|
static final String BEAN_NAME
com.atlassian.bamboo.setup.ServerFingerprint getFingerprint()
boolean isServerFingerprintValid(String serverFingerprint)
serverFingerprint - ClassLoader getClassLoader()
ClassLoader used to serve classes fromClass<? extends Agent> getAgentClass(String agentType, String version)
agentType - version - Agent boot class to load at fingerprintCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.