| Package | Description |
|---|---|
| org.wildfly.plugin.deployment |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentBuilder |
DeploymentBuilder.of(org.jboss.as.controller.client.ModelControllerClient client)
Creates a new builder for a deployment.
|
static DeploymentBuilder |
DeploymentBuilder.of(org.jboss.as.controller.client.ModelControllerClient client,
Collection<String> serverGroups)
Creates a new builder for a deployment.
|
DeploymentBuilder |
DeploymentBuilder.setContent(File content)
Sets the content to be deployed.
|
DeploymentBuilder |
DeploymentBuilder.setMatchPattern(String matchPattern)
Sets the pattern used for validating multiple deployment matching.
|
DeploymentBuilder |
DeploymentBuilder.setMatchPatternStrategy(MatchPatternStrategy matchPatternStrategy)
Sets the strategy to use for validating multiple deployment matching.
|
DeploymentBuilder |
DeploymentBuilder.setName(String name)
Sets the name for this deployment.
|
DeploymentBuilder |
DeploymentBuilder.setRuntimeName(String runtimeName)
Sets the runtime name to use for the deployment.
|
DeploymentBuilder |
DeploymentBuilder.setType(MavenDeployment.Type type)
Sets the type for the deployment.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.