com.xebialabs.deployit.booter.remote
Class BooterConfig.Builder
java.lang.Object
com.xebialabs.deployit.booter.remote.BooterConfig.Builder
- Enclosing class:
- BooterConfig
public static class BooterConfig.Builder
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooterConfig.Builder
public BooterConfig.Builder()
withProtocol
public BooterConfig.Builder withProtocol(BooterConfig.Protocol protocol)
withHost
public BooterConfig.Builder withHost(java.lang.String host)
withPort
public BooterConfig.Builder withPort(int port)
withContext
public BooterConfig.Builder withContext(java.lang.String context)
withCredentials
public BooterConfig.Builder withCredentials(java.lang.String username,
java.lang.String password)
build
public BooterConfig build()