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