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 class
Deployment
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools projectclass
SimpleDeploymentDescription
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools projectclass
UndeployDescription
Deprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools projectMethods in org.wildfly.plugin.core that return types with arguments of type DeploymentDescription Modifier and Type Method Description Set<DeploymentDescription>
DeploymentManager. getDeployments()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the available deployments.Set<DeploymentDescription>
DeploymentManager. getDeployments(String serverGroup)
Deprecated, for removal: This API element is subject to removal in a future version.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.Operation
DeploymentOperations. createDeployOperation(DeploymentDescription deployment)
Deprecated, for removal: This API element is subject to removal in a future version.Creates an operation to deploy existing deployment content to the runtime.static org.jboss.as.controller.client.Operation
DeploymentOperations. createRedeployOperation(DeploymentDescription deployment)
Deprecated, for removal: This API element is subject to removal in a future version.Creates a redeploy operation for the deployment.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.static UndeployDescription
UndeployDescription. of(DeploymentDescription deploymentDescription)
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new undeploy 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.Method parameters in org.wildfly.plugin.core with type arguments of type DeploymentDescription Modifier and Type Method Description static org.jboss.as.controller.client.Operation
DeploymentOperations. createDeployOperation(Set<DeploymentDescription> deployments)
Deprecated, for removal: This API element is subject to removal in a future version.Creates an option to deploy existing content to the runtime for each deploymentstatic org.jboss.as.controller.client.Operation
DeploymentOperations. createRedeployOperation(Set<DeploymentDescription> deployments)
Deprecated, for removal: This API element is subject to removal in a future version.Creates a redeploy operation for the deployment.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. 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.
-