| Modifier | Constructor and Description |
|---|---|
protected |
AgentApplicationDeployer(ApplicationDeployer deployer) |
|
AgentApplicationDeployer(Deployment deployment,
DeployerLog log)
Constructor for the
AgentApplicationDeployer. |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy()
Deploys a mule application to the Agent.
|
void |
undeploy()
Undeploys a mule application from the Agent.
|
public AgentApplicationDeployer(Deployment deployment, DeployerLog log)
AgentApplicationDeployer.deployment - A Deployment with the deployment information.log - A DeployerLog to inform about the deployment process.protected AgentApplicationDeployer(ApplicationDeployer deployer)
public void deploy()
throws DeploymentException
deploy in interface DeployerDeploymentExceptionpublic void undeploy()
throws DeploymentException
undeploy in interface DeployerDeploymentExceptionCopyright © 2019 MuleSoft Inc. All rights reserved.