com.xebialabs.deployit.booter.remote
Class BooterConfig

java.lang.Object
  extended by 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
static class BooterConfig.Builder
           
static class BooterConfig.Protocol
           
 
Constructor Summary
BooterConfig()
           
 
Method Summary
static BooterConfig.Builder builder()
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getContext()
           
 java.lang.String getHost()
           
 java.lang.String getKey()
           
 java.lang.String getPassword()
           
 int getPort()
           
 BooterConfig.Protocol getProtocol()
           
 java.lang.String getProxyHost()
           
 int getProxyPort()
           
 java.lang.String getUrl()
           
 java.lang.String getUsername()
           
 int hashCode()
           
 boolean isProxied()
           
 boolean isSecure()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooterConfig

public BooterConfig()
Method Detail

builder

public static BooterConfig.Builder builder()

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()

getContext

public java.lang.String getContext()

getUrl

public java.lang.String getUrl()

getKey

public java.lang.String getKey()

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