public interface Deployment
Modifier and Type | Interface and Description |
---|---|
static class |
Deployment.Status |
static class |
Deployment.Type |
Modifier and Type | Method and Description |
---|---|
Deployment.Status |
execute()
Executes the deployment
|
Deployment.Type |
getType()
The type of the deployment.
|
Deployment.Status execute() throws DeploymentExecutionException, DeploymentFailureException
DeploymentExecutionException
- if the deployment failsDeploymentFailureException
- if a failure occurs.Deployment.Type getType()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.