Class 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
    • Constructor Detail

      • BooterConfig

        public BooterConfig()
    • Method Detail

      • getHost

        public java.lang.String getHost()
      • getPort

        public int getPort()
      • getProxyHost

        public java.lang.String getProxyHost()
      • getProxyPort

        public int getProxyPort()
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object