com.xebialabs.deployit.booter.remote
Class BooterConfig

java.lang.Object
  extended by com.xebialabs.deployit.booter.remote.BooterConfig
All Implemented Interfaces:
java.io.Serializable

public class BooterConfig
extends java.lang.Object
implements java.io.Serializable

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 getPassword()
           
 int getPort()
           
 BooterConfig.Protocol getProtocol()
           
 java.lang.String getUrl()
           
 java.lang.String getUsername()
           
 int hashCode()
           
 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()

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

isSecure

public boolean isSecure()

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