Modifier and Type | Method and Description |
---|---|
SimpleDeploymentDescription |
SimpleDeploymentDescription.addServerGroup(String serverGroup)
Adds a server group for the deployment description.
|
SimpleDeploymentDescription |
SimpleDeploymentDescription.addServerGroups(Collection<String> serverGroups)
Adds the server groups for the deployment description.
|
SimpleDeploymentDescription |
SimpleDeploymentDescription.addServerGroups(String... serverGroups)
Adds the server groups for the deployment description.
|
static SimpleDeploymentDescription |
SimpleDeploymentDescription.of(String name)
Creates a simple deployment description with an empty set of server groups.
|
static SimpleDeploymentDescription |
SimpleDeploymentDescription.of(String name,
Set<String> serverGroups)
Creates a simple deployment description.
|
Modifier and Type | Method and Description |
---|---|
int |
SimpleDeploymentDescription.compareTo(SimpleDeploymentDescription o) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.