public interface ElasticAgentUserData
Modifier and Type | Field and Description |
---|---|
static String |
KEY_STORE_PASSWORD |
Modifier and Type | Method and Description |
---|---|
String |
getBaseURL() |
long |
getElasticImageConfigurationId()
Identifier of elastic configuration that could be used to identify elastic agent when registering at the server
|
String |
getElasticImageConfigurationName()
Name of elastic configuration
|
int |
getHTTPProxyPort() |
int |
getJMSProxyPort() |
String |
getKeyManagerAlgorithmName() |
KeyStore |
getKeyStore() |
Map<String,String> |
getMetaData() |
int |
getStartupTimeoutSeconds() |
String |
getTrustManagerAlgorithmName() |
int |
getTunnelPort() |
boolean |
isIgnoreCertificateChecks()
If not using the tunnel, and is using HTTPS, should certificates be checked?
|
boolean |
isUseTunnelForHttp()
Whether to use Tunnelling for http* traffic between the agent and server or not.
|
boolean |
shouldUseTunnelForJms()
Whether to use Tunnelling for JMS traffic between the agent and server or not.
|
static final String KEY_STORE_PASSWORD
String getBaseURL()
int getStartupTimeoutSeconds()
String getKeyManagerAlgorithmName()
String getTrustManagerAlgorithmName()
KeyStore getKeyStore()
long getElasticImageConfigurationId()
String getElasticImageConfigurationName()
boolean isUseTunnelForHttp()
boolean shouldUseTunnelForJms()
boolean isIgnoreCertificateChecks()
int getTunnelPort()
int getHTTPProxyPort()
int getJMSProxyPort()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.