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 classDeploymentDeprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools projectclassSimpleDeploymentDescriptionDeprecated, for removal: This API element is subject to removal in a future version.moved to new https://github.com/wildfly/wildfly-plugin-tools projectclassUndeployDescriptionDeprecated, 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.OperationDeploymentOperations. 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.OperationDeploymentOperations. createRedeployOperation(DeploymentDescription deployment)Deprecated, for removal: This API element is subject to removal in a future version.Creates a redeploy operation for the deployment.DeploymentResultDeploymentManager. 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 UndeployDescriptionUndeployDescription. of(DeploymentDescription deploymentDescription)Deprecated, for removal: This API element is subject to removal in a future version.Creates a new undeploy description.DeploymentResultDeploymentManager. 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.OperationDeploymentOperations. 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.OperationDeploymentOperations. 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.DeploymentResultDeploymentManager. 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.DeploymentResultDeploymentManager. 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.
-