com.atlassian.bamboo.agent.elastic.client
Class ElasticAgentBootstrap

java.lang.Object
  extended by com.atlassian.bamboo.agent.bootstrap.AgentBootstrap
      extended by com.atlassian.bamboo.agent.elastic.client.ElasticAgentBootstrap

public class ElasticAgentBootstrap
extends AgentBootstrap


Field Summary
protected static java.lang.String HTTPST_SCHEME
           
protected static java.lang.String HTTPT_SCHEME
           
 
Fields inherited from class com.atlassian.bamboo.agent.bootstrap.AgentBootstrap
baseUrl
 
Method Summary
protected  java.lang.String getFingerprintRequestSuffix()
           
 int getHTTPProxyPort()
           
 int getJMSProxyPort()
           
protected  java.lang.String getProxyBaseURL()
           
protected  int getStartupTimeoutSeconds()
           
 int getTunnelPort()
           
static void main(java.lang.String[] arguments)
           
protected  org.apache.commons.httpclient.HttpClient newHttpClient()
           
protected  void run(AgentBootstrapType type)
           
 
Methods inherited from class com.atlassian.bamboo.agent.bootstrap.AgentBootstrap
configureLogging, getHttpClient, isHttpsBaseURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTPT_SCHEME

protected static final java.lang.String HTTPT_SCHEME
See Also:
Constant Field Values

HTTPST_SCHEME

protected static final java.lang.String HTTPST_SCHEME
See Also:
Constant Field Values
Method Detail

main

public static void main(java.lang.String[] arguments)

getStartupTimeoutSeconds

protected int getStartupTimeoutSeconds()
Overrides:
getStartupTimeoutSeconds in class AgentBootstrap

run

protected void run(AgentBootstrapType type)
Overrides:
run in class AgentBootstrap

getFingerprintRequestSuffix

protected java.lang.String getFingerprintRequestSuffix()
Overrides:
getFingerprintRequestSuffix in class AgentBootstrap

newHttpClient

protected org.apache.commons.httpclient.HttpClient newHttpClient()
                                                          throws java.lang.ClassNotFoundException,
                                                                 java.net.MalformedURLException
Overrides:
newHttpClient in class AgentBootstrap
Throws:
java.lang.ClassNotFoundException
java.net.MalformedURLException

getProxyBaseURL

protected java.lang.String getProxyBaseURL()
                                    throws java.net.MalformedURLException
Overrides:
getProxyBaseURL in class AgentBootstrap
Throws:
java.net.MalformedURLException

getTunnelPort

public int getTunnelPort()

getHTTPProxyPort

public int getHTTPProxyPort()

getJMSProxyPort

public int getJMSProxyPort()


Copyright © 2012 Atlassian. All Rights Reserved.