Uses of Class
org.wildfly.plugin.tools.DeploymentResult
Packages that use DeploymentResult
-
Uses of DeploymentResult in org.wildfly.plugin.deployment
Methods in org.wildfly.plugin.deployment that return DeploymentResultModifier and TypeMethodDescriptionprotected DeploymentResult
DeployArtifactMojo.executeDeployment
(DeploymentManager deploymentManager, Deployment deployment) protected DeploymentResult
DeployMojo.executeDeployment
(DeploymentManager deploymentManager, Deployment deployment) protected DeploymentResult
RedeployMojo.executeDeployment
(DeploymentManager deploymentManager, Deployment deployment) -
Uses of DeploymentResult in org.wildfly.plugin.tools
Methods in org.wildfly.plugin.tools that return DeploymentResultModifier and TypeMethodDescriptionDeploymentManager.deploy
(Set<Deployment> deployments) Deploys the content of each deployment to the server.DeploymentManager.deploy
(Deployment deployment) Deploys the content to the server.DeploymentManager.deployToRuntime
(Set<DeploymentDescription> deployments) Deploys existing deployment content to the runtime for each deployment description.DeploymentManager.deployToRuntime
(DeploymentDescription deployment) Deploys existing deployment content to the runtime.DeploymentManager.forceDeploy
(Set<Deployment> deployments) Deploys the content to the server if it does not already exist on the server.DeploymentManager.forceDeploy
(Deployment deployment) Deploys the content to the server if it does not already exist on the server.DeploymentManager.redeploy
(Set<Deployment> deployments) Redeploys the content to the server.DeploymentManager.redeploy
(Deployment deployment) Redeploys the content to the server.DeploymentManager.redeployToRuntime
(Set<DeploymentDescription> deployments) Redeploys existing deployment content to the runtime for each deployment description.DeploymentManager.redeployToRuntime
(DeploymentDescription deployment) Redeploys existing deployment content to the runtime.DeploymentManager.undeploy
(Set<UndeployDescription> undeployDescriptions) Undeploys the deployment from the server.DeploymentManager.undeploy
(UndeployDescription undeployDescription) Undeploys the deployment from the server.