Uses of Class
org.wildfly.plugin.tools.Deployment
Packages that use Deployment
Package
Description
-
Uses of Deployment in org.wildfly.plugin.deployment
Methods in org.wildfly.plugin.deployment that return DeploymentModifier and TypeMethodDescriptionprotected DeploymentDeployOnlyMojo.createDeployment()protected DeploymentRedeployOnlyMojo.createDeployment()Methods in org.wildfly.plugin.deployment with parameters of type DeploymentModifier and TypeMethodDescriptionprotected DeploymentResultDeployArtifactMojo.executeDeployment(DeploymentManager deploymentManager, Deployment deployment) protected DeploymentResultDeployMojo.executeDeployment(DeploymentManager deploymentManager, Deployment deployment) protected DeploymentResultRedeployMojo.executeDeployment(DeploymentManager deploymentManager, Deployment deployment) -
Uses of Deployment in org.wildfly.plugin.tools
Classes in org.wildfly.plugin.tools that implement interfaces with type arguments of type DeploymentModifier and TypeClassDescriptionclassRepresents a deployment to be deployed or redeployed to a server.Methods in org.wildfly.plugin.tools that return DeploymentModifier and TypeMethodDescriptionDeployment.addServerGroup(String serverGroup) Adds a server group for the deployment.Deployment.addServerGroups(String... serverGroups) Adds the server groups for the deployment.Deployment.addServerGroups(Collection<String> serverGroups) Adds the server groups for the deployment.static DeploymentCreates a new deployment for the path.static DeploymentCreates a new deployment for the file.static DeploymentDeployment.of(InputStream content, String name) Creates a new deployment for the input stream.static DeploymentCreates a new deployment for the URL.static DeploymentCreates a new deployment for the path.Deployment.setEnabled(boolean enabled) Sets whether or not the deployment should be enabled.Sets the name for the deployment.Deployment.setRuntimeName(String runtimeName) Sets the runtime name for the deployment.Deployment.setServerGroups(String... serverGroups) Sets the server groups for the deployment.Deployment.setServerGroups(Collection<String> serverGroups) Sets the server groups for the deployment.Methods in org.wildfly.plugin.tools with parameters of type DeploymentModifier and TypeMethodDescriptionintDeployment.compareTo(Deployment o) static org.jboss.as.controller.client.OperationDeploymentOperations.createAddDeploymentOperation(Deployment deployment) Creates an operation to add deployment content to a running server.static org.jboss.as.controller.client.OperationDeploymentOperations.createReplaceOperation(Deployment deployment) Creates an operation to replace deployment content to a running server.DeploymentManager.deploy(Deployment deployment) Deploys the content to the server.DeploymentManager.forceDeploy(Deployment deployment) Deploys the content to the server if it does not already exist on the server.DeploymentManager.redeploy(Deployment deployment) Redeploys the content to the server.Method parameters in org.wildfly.plugin.tools with type arguments of type DeploymentModifier and TypeMethodDescriptionstatic org.jboss.as.controller.client.OperationDeploymentOperations.createAddDeploymentOperation(Set<Deployment> deployments) Creates an operation to add deployment content to a running server for each deployment.static org.jboss.as.controller.client.OperationDeploymentOperations.createReplaceOperation(Set<Deployment> deployments) Creates an operation to replace deployment content to a running server.DeploymentManager.deploy(Set<Deployment> deployments) Deploys the content of each deployment to the server.DeploymentManager.forceDeploy(Set<Deployment> deployments) 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. -
Uses of Deployment in org.wildfly.plugin.tools.server
Methods in org.wildfly.plugin.tools.server with parameters of type DeploymentModifier and TypeMethodDescriptiondefault voidServerManagerListener.afterDeploy(ServerManager serverManager, Deployment deployment) Invoked after the deployment is done via theServerManager.deploy(org.wildfly.plugin.tools.Deployment)method.default voidServerManagerListener.beforeDeploy(ServerManager serverManager, Deployment deployment) Invoked before the deployment is done via theServerManager.deploy(Deployment)method.ServerManager.deploy(Deployment deployment) Deploys content to the server.default voidServerManagerListener.deployFailed(ServerManager serverManager, Deployment deployment, Throwable throwable) Invoked if the deployment operation fails.