Uses of Interface
org.wildfly.plugin.core.DeploymentDescription
-
-
Uses of DeploymentDescription in org.wildfly.plugin.core
Classes in org.wildfly.plugin.core that implement DeploymentDescription Modifier and Type Class Description classDeploymentRepresents a deployment to be deployed or redeployed to a server.classSimpleDeploymentDescriptionA simple deployment description.classUndeployDescriptionRepresents the description for undeploying content from a running container.Methods in org.wildfly.plugin.core that return types with arguments of type DeploymentDescription Modifier and Type Method Description Set<DeploymentDescription>DeploymentManager. getDeployments()Returns the available deployments.Set<DeploymentDescription>DeploymentManager. getDeployments(String serverGroup)Returns all the deployments on the specified server-group.Methods in org.wildfly.plugin.core with parameters of type DeploymentDescription Modifier and Type Method Description static org.jboss.as.controller.client.OperationDeploymentOperations. createDeployOperation(DeploymentDescription deployment)Creates an operation to deploy existing deployment content to the runtime.static org.jboss.as.controller.client.OperationDeploymentOperations. createRedeployOperation(DeploymentDescription deployment)Creates a redeploy operation for the deployment.DeploymentResultDeploymentManager. deployToRuntime(DeploymentDescription deployment)Deploys existing deployment content to the runtime.static UndeployDescriptionUndeployDescription. of(DeploymentDescription deploymentDescription)Creates a new undeploy description.DeploymentResultDeploymentManager. redeployToRuntime(DeploymentDescription deployment)Redeploys existing deployment content to the runtime.Method parameters in org.wildfly.plugin.core with type arguments of type DeploymentDescription Modifier and Type Method Description static org.jboss.as.controller.client.OperationDeploymentOperations. createDeployOperation(Set<DeploymentDescription> deployments)Creates an option to deploy existing content to the runtime for each deploymentstatic org.jboss.as.controller.client.OperationDeploymentOperations. createRedeployOperation(Set<DeploymentDescription> deployments)Creates a redeploy operation for the deployment.DeploymentResultDeploymentManager. deployToRuntime(Set<DeploymentDescription> deployments)Deploys existing deployment content to the runtime for each deployment description.DeploymentResultDeploymentManager. redeployToRuntime(Set<DeploymentDescription> deployments)Redeploys existing deployment content to the runtime for each deployment description.
-