com.xebialabs.deployit.booter.remote
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
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BooterConfig
public BooterConfig()
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