|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.agent.bootstrap.AgentBootstrap com.atlassian.bamboo.agent.elastic.client.ElasticAgentBootstrap
public class ElasticAgentBootstrap
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.agent.bootstrap.AgentBootstrap |
---|
baseUrl |
Method Summary | |
---|---|
protected java.lang.String |
getFingerprintRequestSuffix()
|
int |
getHTTPProxyPort()
The TCP port upon which the Elastic Agent listens for HTTP traffic intended for the Bamboo Server. |
int |
getJMSProxyPort()
The TCP port upon which the Elastic Agent listens for JMS traffic intended for the Bamboo Server. |
protected java.lang.String |
getProxyBaseURL()
|
protected int |
getStartupTimeoutSeconds()
|
int |
getTunnelPort()
The TCP port upon which Elastic Agents listens for incoming tunnel connections from the Bamboo Server. |
static void |
main(java.lang.String[] arguments)
|
protected org.apache.commons.httpclient.HttpClient |
newHttpClient()
|
protected void |
run()
|
Methods inherited from class com.atlassian.bamboo.agent.bootstrap.AgentBootstrap |
---|
configureLogging, ensureClassIsLoaded, getHttpClient, isHttpsBaseURL, newHttpClient |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(java.lang.String[] arguments)
protected int getStartupTimeoutSeconds()
getStartupTimeoutSeconds
in class AgentBootstrap
protected void run()
run
in class AgentBootstrap
protected java.lang.String getFingerprintRequestSuffix()
getFingerprintRequestSuffix
in class AgentBootstrap
protected org.apache.commons.httpclient.HttpClient newHttpClient() throws java.lang.ClassNotFoundException, java.net.MalformedURLException
newHttpClient
in class AgentBootstrap
java.lang.ClassNotFoundException
java.net.MalformedURLException
protected java.lang.String getProxyBaseURL() throws java.net.MalformedURLException
getProxyBaseURL
in class AgentBootstrap
java.net.MalformedURLException
public int getTunnelPort()
ElasticAgentTunnelPorts
The TCP port upon which Elastic Agents listens for incoming tunnel connections from the Bamboo Server.
getTunnelPort
in interface ElasticAgentTunnelPorts
public int getHTTPProxyPort()
ElasticAgentTunnelPorts
The TCP port upon which the Elastic Agent listens for HTTP traffic intended for the Bamboo Server.
getHTTPProxyPort
in interface ElasticAgentTunnelPorts
public int getJMSProxyPort()
ElasticAgentTunnelPorts
The TCP port upon which the Elastic Agent listens for JMS traffic intended for the Bamboo Server.
getJMSProxyPort
in interface ElasticAgentTunnelPorts
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |