Class BooterConfig.Builder
java.lang.Object
com.xebialabs.deployit.booter.remote.BooterConfig.Builder
- Enclosing class:
- BooterConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withConnectionPoolSize(int poolSize) withContext(String context) withCredentials(String username, String password) withHttpRequestInterceptor(org.apache.http.HttpRequestInterceptor interceptor) withHttpRequestInterceptors(List<org.apache.http.HttpRequestInterceptor> interceptors) withPort(int port) withProtocol(BooterConfig.Protocol protocol) withProxyHost(String proxyHost) withProxyPort(int proxyPort) withSocketTimeout(int socketTimeout) withXStreamReaderWriter(com.xebialabs.xltype.serialization.xstream.XStreamReaderWriter xStreamReaderWriter)
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
withProtocol
-
withHost
-
withPort
-
withProxyHost
-
withProxyPort
-
withContext
-
withConnectionPoolSize
-
withSocketTimeout
-
withHttpRequestInterceptor
public BooterConfig.Builder withHttpRequestInterceptor(org.apache.http.HttpRequestInterceptor interceptor) -
withHttpRequestInterceptors
public BooterConfig.Builder withHttpRequestInterceptors(List<org.apache.http.HttpRequestInterceptor> interceptors) -
withCredentials
-
withXStreamReaderWriter
public BooterConfig.Builder withXStreamReaderWriter(com.xebialabs.xltype.serialization.xstream.XStreamReaderWriter xStreamReaderWriter) -
withoutCredentials
-
build
-