Uses of Interface
org.wildfly.plugin.tools.DeploymentDescription
Packages that use DeploymentDescription
-
Uses of DeploymentDescription in org.wildfly.plugin.tools
Classes in org.wildfly.plugin.tools that implement DeploymentDescriptionModifier and TypeClassDescriptionclass
Represents a deployment to be deployed or redeployed to a server.class
A simple deployment description.class
Represents the description for undeploying content from a running container.Methods in org.wildfly.plugin.tools that return types with arguments of type DeploymentDescriptionModifier and TypeMethodDescriptionDeploymentManager.getDeployments()
Returns the available deployments.DeploymentManager.getDeployments
(String serverGroup) Returns all the deployments on the specified server-group.Methods in org.wildfly.plugin.tools with parameters of type DeploymentDescriptionModifier and TypeMethodDescriptionstatic org.jboss.as.controller.client.Operation
DeploymentOperations.createDeployOperation
(DeploymentDescription deployment) Creates an operation to deploy existing deployment content to the runtime.static org.jboss.as.controller.client.Operation
DeploymentOperations.createRedeployOperation
(DeploymentDescription deployment) Creates a redeploy operation for the deployment.DeploymentManager.deployToRuntime
(DeploymentDescription deployment) Deploys existing deployment content to the runtime.static UndeployDescription
UndeployDescription.of
(DeploymentDescription deploymentDescription) Creates a new undeploy description.DeploymentManager.redeployToRuntime
(DeploymentDescription deployment) Redeploys existing deployment content to the runtime.Method parameters in org.wildfly.plugin.tools with type arguments of type DeploymentDescriptionModifier and TypeMethodDescriptionstatic org.jboss.as.controller.client.Operation
DeploymentOperations.createDeployOperation
(Set<DeploymentDescription> deployments) Creates an option to deploy existing content to the runtime for each deploymentstatic org.jboss.as.controller.client.Operation
DeploymentOperations.createRedeployOperation
(Set<DeploymentDescription> deployments) Creates a redeploy operation for the deployment.DeploymentManager.deployToRuntime
(Set<DeploymentDescription> deployments) Deploys existing deployment content to the runtime for each deployment description.DeploymentManager.redeployToRuntime
(Set<DeploymentDescription> deployments) Redeploys existing deployment content to the runtime for each deployment description.