Class BooterConfig
java.lang.Object
com.xebialabs.deployit.booter.remote.BooterConfig
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId,Serializable
public class BooterConfig
extends Object
implements Serializable, com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BooterConfig.Builderbuilder()static BooterConfig.Builderbuilder(BooterConfig config) booleanintgetHost()List<org.apache.http.HttpRequestInterceptor> getKey()intgetPort()intintgetUrl()com.xebialabs.xltype.serialization.xstream.XStreamReaderWriterinthashCode()booleanbooleanisSecure()boolean
-
Constructor Details
-
BooterConfig
public BooterConfig()
-
-
Method Details
-
builder
-
builder
-
getHost
-
getPort
public int getPort() -
getProxyHost
-
getProxyPort
public int getProxyPort() -
getProtocol
-
getUsername
-
getPassword
-
getConnectionPoolSize
public int getConnectionPoolSize() -
getSocketTimeout
public int getSocketTimeout() -
getHttpRequestInterceptors
-
getContext
-
getUrl
-
getExtensionApiUrl
-
getKey
-
getXStreamReaderWriter
public com.xebialabs.xltype.serialization.xstream.XStreamReaderWriter getXStreamReaderWriter() -
isWithoutCredentials
public boolean isWithoutCredentials() -
isSecure
public boolean isSecure() -
isProxied
public boolean isProxied() -
equals
-
hashCode
public int hashCode()
-