T - artifact typepublic interface ArtifactDeployer<T extends DeployableArtifact>
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(T artifact)
Deploys an artifact.
|
void |
undeploy(T artifact)
Undeploys an artifact.
|
void deploy(T artifact)
artifact - artifact to be deployedvoid undeploy(T artifact)
artifact - artifact to be undeployedCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.