Uses of Class
org.wildfly.plugin.core.Deployment
-
-
Uses of Deployment in org.wildfly.plugin.core
Methods in org.wildfly.plugin.core that return Deployment Modifier and Type Method Description DeploymentDeployment. addServerGroup(String serverGroup)Adds a server group for the deployment.DeploymentDeployment. addServerGroups(String... serverGroups)Adds the server groups for the deployment.DeploymentDeployment. addServerGroups(Collection<String> serverGroups)Adds the server groups for the deployment.static DeploymentDeployment. local(Path content)Creates a new deployment for the path.static DeploymentDeployment. of(File content)Creates a new deployment for the file.static DeploymentDeployment. of(InputStream content, String name)Creates a new deployment for the input stream.static DeploymentDeployment. of(URL url)Creates a new deployment for the URL.static DeploymentDeployment. of(Path content)Creates a new deployment for the path.DeploymentDeployment. setEnabled(boolean enabled)Sets whether or not the deployment should be enabled.DeploymentDeployment. setName(String name)Sets the name for the deployment.DeploymentDeployment. setRuntimeName(String runtimeName)Sets the runtime name for the deployment.DeploymentDeployment. setServerGroups(String... serverGroups)Sets the server groups for the deployment.DeploymentDeployment. setServerGroups(Collection<String> serverGroups)Sets the server groups for the deployment.Methods in org.wildfly.plugin.core with parameters of type Deployment Modifier and Type Method Description intDeployment. 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.DeploymentResultDeploymentManager. deploy(Deployment deployment)Deploys the content to the server.DeploymentResultDeploymentManager. forceDeploy(Deployment deployment)Deploys the content to the server if it does not already exist on the server.DeploymentResultDeploymentManager. redeploy(Deployment deployment)Redeploys the content to the server.Method parameters in org.wildfly.plugin.core with type arguments of type Deployment Modifier and Type Method Description static 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.DeploymentResultDeploymentManager. deploy(Set<Deployment> deployments)Deploys the content of each deployment to the server.DeploymentResultDeploymentManager. forceDeploy(Set<Deployment> deployments)Deploys the content to the server if it does not already exist on the server.DeploymentResultDeploymentManager. redeploy(Set<Deployment> deployments)Redeploys the content to the server.
-