Class DeployitCommunicator
- java.lang.Object
-
- com.xebialabs.deployit.booter.remote.DeployitCommunicator
-
public class DeployitCommunicator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DeployitCommunicator(BooterConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.http.HttpResponseexecute(org.apache.http.client.methods.HttpUriRequest httpPost)BooterConfiggetConfig()HttpClientHoldergetHttpClientHolder()ProxiesgetProxies()com.xebialabs.deployit.plugin.api.reflect.TypegetType(java.lang.String typeName)java.lang.StringgetUsername()org.apache.http.client.HttpClienthttpClient()Proxiesproxies()voidshutdown()
-
-
-
Constructor Detail
-
DeployitCommunicator
public DeployitCommunicator(BooterConfig config)
-
-
Method Detail
-
shutdown
public void shutdown()
-
proxies
public Proxies proxies()
-
getType
public com.xebialabs.deployit.plugin.api.reflect.Type getType(java.lang.String typeName)
-
getHttpClientHolder
public HttpClientHolder getHttpClientHolder()
-
getUsername
public java.lang.String getUsername()
-
execute
public org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest httpPost) throws org.apache.http.client.ClientProtocolException, java.io.IOException- Throws:
org.apache.http.client.ClientProtocolExceptionjava.io.IOException
-
getProxies
public Proxies getProxies()
-
getConfig
public BooterConfig getConfig()
-
httpClient
public org.apache.http.client.HttpClient httpClient()
-
-