| Constructor and Description |
|---|
Builder(File deploymentFile) |
Builder(InputStream deploymentInputStream,
String deploymentName,
boolean autoCloseInputStream) |
| Modifier and Type | Method and Description |
|---|---|
Deploy |
build() |
Deploy.Builder |
toAllServerGroups()
Domain mode only
|
Deploy.Builder |
toServerGroups(String... serverGroups)
Domain mode only
|
public Builder(File deploymentFile)
public Builder(InputStream deploymentInputStream, String deploymentName, boolean autoCloseInputStream)
public Deploy build()
public Deploy.Builder toServerGroups(String... serverGroups)
Domain mode only
Adds list of server groups for which the deployment should be applied.
Note you should use either toAllServerGroup or toServerGroups, not both.
public Deploy.Builder toAllServerGroups()
Domain mode only
Specifies that the deployment should be deployed to all server groups
Note you should use either toAllServerGroup or toServerGroups, not both.
Copyright © 2021. All rights reserved.