| Modifier and Type | Class and Description |
|---|---|
class |
Deployment
Represents a deployment to be deployed or redeployed to a server.
|
class |
UndeployDescription
Represents the description for undeploying content from a running container.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DeploymentDescription> |
DeploymentManager.getDeployments()
Returns the available deployments.
|
Set<DeploymentDescription> |
DeploymentManager.getDeployments(String serverGroup)
Returns all the deployments on the specified server-group.
|
| Modifier and Type | Method and Description |
|---|---|
int |
UndeployDescription.compareTo(DeploymentDescription o) |
int |
Deployment.compareTo(DeploymentDescription o) |
static org.jboss.as.controller.client.Operation |
DeploymentOperations.createRedeployOperation(DeploymentDescription deployment)
Creates a redeploy operation for the deployment.
|
static UndeployDescription |
UndeployDescription.of(DeploymentDescription deploymentDescription)
Creates a new undeploy description.
|
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.as.controller.client.Operation |
DeploymentOperations.createRedeployOperation(Set<DeploymentDescription> deployments)
Creates a redeploy operation for the deployment.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.