Class BooterConfig
- java.lang.Object
-
- com.xebialabs.deployit.booter.remote.BooterConfig
-
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId,java.io.Serializable
public class BooterConfig extends java.lang.Object implements java.io.Serializable, com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBooterConfig.Builderstatic classBooterConfig.Protocol
-
Constructor Summary
Constructors Constructor Description BooterConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BooterConfig.Builderbuilder()static BooterConfig.Builderbuilder(BooterConfig config)booleanequals(java.lang.Object o)intgetConnectionPoolSize()java.lang.StringgetContext()java.lang.StringgetExtensionApiUrl()java.lang.StringgetHost()java.util.List<org.apache.http.HttpRequestInterceptor>getHttpRequestInterceptors()java.lang.StringgetKey()java.lang.StringgetPassword()intgetPort()BooterConfig.ProtocolgetProtocol()java.lang.StringgetProxyHost()intgetProxyPort()intgetSocketTimeout()java.lang.StringgetUrl()java.lang.StringgetUsername()com.xebialabs.xltype.serialization.xstream.XStreamReaderWritergetXStreamReaderWriter()inthashCode()booleanisProxied()booleanisSecure()booleanisWithoutCredentials()
-
-
-
Method Detail
-
builder
public static BooterConfig.Builder builder()
-
builder
public static BooterConfig.Builder builder(BooterConfig config)
-
getHost
public java.lang.String getHost()
-
getPort
public int getPort()
-
getProxyHost
public java.lang.String getProxyHost()
-
getProxyPort
public int getProxyPort()
-
getProtocol
public BooterConfig.Protocol getProtocol()
-
getUsername
public java.lang.String getUsername()
-
getPassword
public java.lang.String getPassword()
-
getConnectionPoolSize
public int getConnectionPoolSize()
-
getSocketTimeout
public int getSocketTimeout()
-
getHttpRequestInterceptors
public java.util.List<org.apache.http.HttpRequestInterceptor> getHttpRequestInterceptors()
-
getContext
public java.lang.String getContext()
-
getUrl
public java.lang.String getUrl()
-
getExtensionApiUrl
public java.lang.String getExtensionApiUrl()
-
getKey
public java.lang.String getKey()
-
getXStreamReaderWriter
public com.xebialabs.xltype.serialization.xstream.XStreamReaderWriter getXStreamReaderWriter()
-
isWithoutCredentials
public boolean isWithoutCredentials()
-
isSecure
public boolean isSecure()
-
isProxied
public boolean isProxied()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-