|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wildfly.extras.creaper.commands.deployments.Deploy.Builder
public static final class Deploy.Builder
Builder for creating command for deploying deployment to the server.
| Constructor Summary | |
|---|---|
Deploy.Builder(File deploymentFile)
|
|
Deploy.Builder(InputStream deploymentInputStream,
String deploymentName,
boolean autoCloseInputStream)
|
|
| Method Summary | |
|---|---|
Deploy |
build()
|
Deploy.Builder |
toAllServerGroups()
Domain mode only |
Deploy.Builder |
toServerGroups(String... serverGroups)
Domain mode only |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Deploy.Builder(File deploymentFile)
public Deploy.Builder(InputStream deploymentInputStream,
String deploymentName,
boolean autoCloseInputStream)
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||