DeploymentResult |
DeploymentManager.deploy(Set<Deployment> deployments) |
Deploys the content of each deployment to the server.
|
DeploymentResult |
DeploymentManager.deploy(Deployment deployment) |
Deploys the content to the server.
|
DeploymentResult |
DeploymentManager.deployToRuntime(Set<DeploymentDescription> deployments) |
Deploys existing deployment content to the runtime for each deployment description.
|
DeploymentResult |
DeploymentManager.deployToRuntime(DeploymentDescription deployment) |
Deploys existing deployment content to the runtime.
|
DeploymentResult |
DeploymentManager.forceDeploy(Set<Deployment> deployments) |
Deploys the content to the server if it does not already exist on the server.
|
DeploymentResult |
DeploymentManager.forceDeploy(Deployment deployment) |
Deploys the content to the server if it does not already exist on the server.
|
DeploymentResult |
DeploymentManager.redeploy(Set<Deployment> deployments) |
Redeploys the content to the server.
|
DeploymentResult |
DeploymentManager.redeploy(Deployment deployment) |
Redeploys the content to the server.
|
DeploymentResult |
DeploymentManager.redeployToRuntime(Set<DeploymentDescription> deployments) |
Redeploys existing deployment content to the runtime for each deployment description.
|
DeploymentResult |
DeploymentManager.redeployToRuntime(DeploymentDescription deployment) |
Redeploys existing deployment content to the runtime.
|
DeploymentResult |
DeploymentManager.undeploy(Set<UndeployDescription> undeployDescriptions) |
Undeploys the deployment from the server.
|
DeploymentResult |
DeploymentManager.undeploy(UndeployDescription undeployDescription) |
Undeploys the deployment from the server.
|