Interface Deployment
- All Known Implementing Classes:
StandaloneDeployment
public interface Deployment
- Author:
- James R. Perkins
-
Method Details
-
execute
Executes the deployment- Returns:
- the status of the execution.
- Throws:
DeploymentExecutionException
- if the deployment failsDeploymentFailureException
- if a failure occurs.
-
getType
Deployment.Type getType()The type of the deployment.- Returns:
- the type of the deployment.
-