| Constructor and Description |
|---|
DefaultDeployer(Deployer deployer,
String applicationName,
DeployerLog log) |
DefaultDeployer(Deployment deployment,
DeployerLog log) |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy()
Invokes the
Deployer to deploy the artifact to a specific mule environment defined in the deployment configuration. |
void |
undeploy()
Invokes the
Deployer to undeploy the artifact from a specific mule environment defined in the deployment
configuration. |
public DefaultDeployer(Deployment deployment, DeployerLog log) throws DeploymentException
DeploymentExceptionpublic DefaultDeployer(Deployer deployer, String applicationName, DeployerLog log)
public void deploy()
throws DeploymentException
Deployer to deploy the artifact to a specific mule environment defined in the deployment configuration.deploy in interface DeployerDeploymentExceptionpublic void undeploy()
throws DeploymentException
Deployer to undeploy the artifact from a specific mule environment defined in the deployment
configuration.undeploy in interface DeployerDeploymentExceptionCopyright © 2018 MuleSoft Inc. All rights reserved.