public static class DeploymentUtility.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
DeploymentUtility |
build()
Builds the deployment utility with the specified inputs.
|
static DeploymentUtility.Builder |
newBuilder() |
DeploymentUtility.Builder |
setOrganization(java.lang.String organization)
Sets the space for the deployment utility.
|
DeploymentUtility.Builder |
setPortNumber(java.lang.Integer portNumber)
Sets the OpenText BOP site port number.
|
DeploymentUtility.Builder |
setProtocol(java.lang.String protocol)
Sets the protocol.
|
DeploymentUtility.Builder |
setSiteName(java.lang.String siteName)
Sets the OpenText BOP site name.
|
public static DeploymentUtility.Builder newBuilder()
public DeploymentUtility.Builder setOrganization(java.lang.String organization)
organization
- space for the deployment utilitypublic DeploymentUtility.Builder setProtocol(java.lang.String protocol)
protocol
- Valid values are http and https. Default is http.public DeploymentUtility.Builder setSiteName(java.lang.String siteName)
siteName
- the site name configured in the web server.public DeploymentUtility.Builder setPortNumber(java.lang.Integer portNumber)
portNumber
- The configured port number on the web server. Default is
picked from the value of 'web.server.portnumber' property
specified in wcp.properties file.public DeploymentUtility build()