Class DeployitCommunicator

java.lang.Object
com.xebialabs.deployit.booter.remote.DeployitCommunicator

public class DeployitCommunicator extends Object
  • Constructor Details

    • DeployitCommunicator

      public DeployitCommunicator(BooterConfig config)
  • Method Details

    • shutdown

      public void shutdown()
    • proxies

      public Proxies proxies()
    • getType

      public com.xebialabs.deployit.plugin.api.reflect.Type getType(String typeName)
    • getHttpClientHolder

      public HttpClientHolder getHttpClientHolder()
    • getUsername

      public String getUsername()
    • execute

      public org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest httpPost) throws org.apache.http.client.ClientProtocolException, IOException
      Throws:
      org.apache.http.client.ClientProtocolException
      IOException
    • getProxies

      public Proxies getProxies()
    • getConfig

      public BooterConfig getConfig()
    • httpClient

      public org.apache.http.client.HttpClient httpClient()