| Package | Description |
|---|---|
| org.wildfly.plugin.deployment | |
| org.wildfly.plugin.deployment.domain | |
| org.wildfly.plugin.deployment.standalone |
| Modifier and Type | Method and Description |
|---|---|
Deployment.Type |
RedeployMojo.getType() |
Deployment.Type |
UndeployArtifactMojo.getType() |
Deployment.Type |
DeployArtifactMojo.getType() |
Deployment.Type |
DeployOnlyMojo.getType() |
Deployment.Type |
UndeployMojo.getType() |
Deployment.Type |
Deployment.getType()
The type of the deployment.
|
Deployment.Type |
RedeployOnlyMojo.getType() |
Deployment.Type |
DeployMojo.getType() |
static Deployment.Type |
Deployment.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Deployment.Type[] |
Deployment.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment.Type |
DomainDeployment.getType() |
| Modifier and Type | Method and Description |
|---|---|
static DomainDeployment |
DomainDeployment.create(org.jboss.as.controller.client.helpers.domain.DomainClient client,
Domain domain,
File content,
String name,
Deployment.Type type,
String matchPattern,
MatchPatternStrategy matchPatternStrategy)
Creates a new deployment.
|
| Constructor and Description |
|---|
DomainDeployment(org.jboss.as.controller.client.helpers.domain.DomainClient client,
Domain domain,
File content,
String name,
Deployment.Type type,
String matchPattern,
MatchPatternStrategy matchPatternStrategy)
Creates a new deployment.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment.Type |
StandaloneDeployment.getType() |
| Modifier and Type | Method and Description |
|---|---|
static StandaloneDeployment |
StandaloneDeployment.create(org.jboss.as.controller.client.ModelControllerClient client,
File content,
String name,
Deployment.Type type,
String matchPattern,
MatchPatternStrategy matchPatternStrategy)
Creates a new deployment.
|
| Constructor and Description |
|---|
StandaloneDeployment(org.jboss.as.controller.client.ModelControllerClient client,
File content,
String name,
Deployment.Type type,
String matchPattern,
MatchPatternStrategy matchPatternStrategy)
Creates a new deployment.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.