| Modifier and Type | Method and Description |
|---|---|
DeploymentResult |
DeploymentManager.deploy(Deployment deployment)
Deploys the content to the server.
|
DeploymentResult |
DeploymentManager.deploy(Set<Deployment> deployments)
Deploys the content of each deployment to the server.
|
DeploymentResult |
DeploymentManager.forceDeploy(Deployment deployment)
Deploys the content to the server if it does not already exist on the server.
|
DeploymentResult |
DeploymentManager.forceDeploy(Set<Deployment> deployments)
Deploys the content to the server if it does not already exist on the server.
|
DeploymentResult |
DeploymentManager.redeploy(Deployment deployment)
Redeploys the content to the server.
|
DeploymentResult |
DeploymentManager.redeploy(Set<Deployment> deployments)
Redeploys the content to the server.
|
DeploymentResult |
DeploymentManager.undeploy(Set<UndeployDescription> undeployDescriptions)
Undeploys the deployment from the server.
|
DeploymentResult |
DeploymentManager.undeploy(UndeployDescription undeployDescription)
Undeploys the deployment from the server.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.