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)Deprecated, for removal: This API element is subject to removal in a future version.Adds a server group for the deployment.DeploymentDeployment. addServerGroups(String... serverGroups)Deprecated, for removal: This API element is subject to removal in a future version.Adds the server groups for the deployment.DeploymentDeployment. addServerGroups(Collection<String> serverGroups)Deprecated, for removal: This API element is subject to removal in a future version.Adds the server groups for the deployment.static DeploymentDeployment. local(Path content)Deprecated, for removal: This API element is subject to removal in a future version.Creates a new deployment for the path.static DeploymentDeployment. of(File content)Deprecated, for removal: This API element is subject to removal in a future version.Creates a new deployment for the file.static DeploymentDeployment. of(InputStream content, String name)Deprecated, for removal: This API element is subject to removal in a future version.Creates a new deployment for the input stream.static DeploymentDeployment. of(URL url)Deprecated, for removal: This API element is subject to removal in a future version.Creates a new deployment for the URL.static DeploymentDeployment. of(Path content)Deprecated, for removal: This API element is subject to removal in a future version.Creates a new deployment for the path.DeploymentDeployment. setEnabled(boolean enabled)Deprecated, for removal: This API element is subject to removal in a future version.Sets whether or not the deployment should be enabled.DeploymentDeployment. setName(String name)Deprecated, for removal: This API element is subject to removal in a future version.Sets the name for the deployment.DeploymentDeployment. setRuntimeName(String runtimeName)Deprecated, for removal: This API element is subject to removal in a future version.Sets the runtime name for the deployment.DeploymentDeployment. setServerGroups(String... serverGroups)Deprecated, for removal: This API element is subject to removal in a future version.Sets the server groups for the deployment.DeploymentDeployment. setServerGroups(Collection<String> serverGroups)Deprecated, for removal: This API element is subject to removal in a future version.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)Deprecated, for removal: This API element is subject to removal in a future version.static org.jboss.as.controller.client.OperationDeploymentOperations. createAddDeploymentOperation(Deployment deployment)Deprecated, for removal: This API element is subject to removal in a future version.Creates an operation to add deployment content to a running server.static org.jboss.as.controller.client.OperationDeploymentOperations. createReplaceOperation(Deployment deployment)Deprecated, for removal: This API element is subject to removal in a future version.Creates an operation to replace deployment content to a running server.DeploymentResultDeploymentManager. deploy(Deployment deployment)Deprecated, for removal: This API element is subject to removal in a future version.Deploys the content to the server.DeploymentResultDeploymentManager. forceDeploy(Deployment deployment)Deprecated, for removal: This API element is subject to removal in a future version.Deploys the content to the server if it does not already exist on the server.DeploymentResultDeploymentManager. redeploy(Deployment deployment)Deprecated, for removal: This API element is subject to removal in a future version.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)Deprecated, for removal: This API element is subject to removal in a future version.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)Deprecated, for removal: This API element is subject to removal in a future version.Creates an operation to replace deployment content to a running server.DeploymentResultDeploymentManager. deploy(Set<Deployment> deployments)Deprecated, for removal: This API element is subject to removal in a future version.Deploys the content of each deployment to the server.DeploymentResultDeploymentManager. forceDeploy(Set<Deployment> deployments)Deprecated, for removal: This API element is subject to removal in a future version.Deploys the content to the server if it does not already exist on the server.DeploymentResultDeploymentManager. redeploy(Set<Deployment> deployments)Deprecated, for removal: This API element is subject to removal in a future version.Redeploys the content to the server.
-