com.xebialabs.deployit.booter.remote
Class BooterConfig

java.lang.Object
  extended by com.xebialabs.deployit.booter.remote.BooterConfig

public class BooterConfig
extends java.lang.Object


Nested Class Summary
static class BooterConfig.Builder
           
static class BooterConfig.Protocol
           
 
Constructor Summary
BooterConfig()
           
 
Method Summary
static BooterConfig.Builder builder()
           
 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()
           
 boolean isSecure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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()