public class AgentArtifactDeployer extends Object implements ArtifactDeployer
AgentClient.| Modifier | Constructor and Description |
|---|---|
protected |
AgentArtifactDeployer(Deployment deployment,
AgentClient client) |
|
AgentArtifactDeployer(Deployment deployment,
DeployerLog log) |
| Modifier and Type | Method and Description |
|---|---|
void |
deployApplication()
Deploys the application specified in the
Deployment to the agent through the AgentClient. |
void |
deployDomain()
Deploys the domain specified in the
Deployment to the agent through the AgentClient. |
AgentDeploymentVerification |
getDeploymentVerification() |
void |
undeployApplication()
Undeploys the application specified in the
Deployment from the agent through the AgentClient. |
void |
undeployDomain()
Undeploys the domain specified in the
Deployment from the agent through the AgentClient. |
public AgentArtifactDeployer(Deployment deployment, DeployerLog log)
protected AgentArtifactDeployer(Deployment deployment, AgentClient client)
public void deployDomain()
Deployment to the agent through the AgentClient.deployDomain in interface DomainDeployerpublic void undeployDomain()
Deployment from the agent through the AgentClient.undeployDomain in interface DomainDeployerpublic void deployApplication()
throws DeploymentException
Deployment to the agent through the AgentClient.deployApplication in interface ApplicationDeployerDeploymentExceptionpublic void undeployApplication()
Deployment from the agent through the AgentClient.undeployApplication in interface ApplicationDeployerpublic AgentDeploymentVerification getDeploymentVerification()
Copyright © 2018 MuleSoft Inc. All rights reserved.