DeploymentResult |
DeploymentManager.deploy(Set<Deployment> deployments) |
Deprecated, for removal: This API element is subject to removal in a future version.
Deploys the content of each deployment to the server.
|
DeploymentResult |
DeploymentManager.deploy(Deployment deployment) |
Deprecated, for removal: This API element is subject to removal in a future version.
Deploys the content to the server.
|
DeploymentResult |
DeploymentManager.deployToRuntime(Set<DeploymentDescription> deployments) |
Deprecated, for removal: This API element is subject to removal in a future version.
Deploys existing deployment content to the runtime for each deployment description.
|
DeploymentResult |
DeploymentManager.deployToRuntime(DeploymentDescription deployment) |
Deprecated, for removal: This API element is subject to removal in a future version.
Deploys existing deployment content to the runtime.
|
DeploymentResult |
DeploymentManager.forceDeploy(Set<Deployment> deployments) |
Deprecated, for removal: This API element is subject to removal in a future version.
Deploys the content to the server if it does not already exist on the server.
|
DeploymentResult |
DeploymentManager.forceDeploy(Deployment deployment) |
Deprecated, for removal: This API element is subject to removal in a future version.
Deploys the content to the server if it does not already exist on the server.
|
DeploymentResult |
DeploymentManager.redeploy(Set<Deployment> deployments) |
Deprecated, for removal: This API element is subject to removal in a future version.
Redeploys the content to the server.
|
DeploymentResult |
DeploymentManager.redeploy(Deployment deployment) |
Deprecated, for removal: This API element is subject to removal in a future version.
Redeploys the content to the server.
|
DeploymentResult |
DeploymentManager.redeployToRuntime(Set<DeploymentDescription> deployments) |
Deprecated, for removal: This API element is subject to removal in a future version.
Redeploys existing deployment content to the runtime for each deployment description.
|
DeploymentResult |
DeploymentManager.redeployToRuntime(DeploymentDescription deployment) |
Deprecated, for removal: This API element is subject to removal in a future version.
Redeploys existing deployment content to the runtime.
|
DeploymentResult |
DeploymentManager.undeploy(Set<UndeployDescription> undeployDescriptions) |
Deprecated, for removal: This API element is subject to removal in a future version.
Undeploys the deployment from the server.
|
DeploymentResult |
DeploymentManager.undeploy(UndeployDescription undeployDescription) |
Deprecated, for removal: This API element is subject to removal in a future version.
Undeploys the deployment from the server.
|