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