public interface DeploymentService
| Modifier and Type | Method and Description |
|---|---|
void |
deployApplication(ArtifactConfiguration artifactConfiguration) |
void |
deployDomain(ArtifactConfiguration artifactConfiguration) |
void |
undeployApplication(String applicationName) |
void |
undeployDomain(String applicationName) |
void deployApplication(ArtifactConfiguration artifactConfiguration)
artifactConfiguration - application to be deployedvoid undeployApplication(String applicationName)
applicationName - name of the application to be undeploy. The application name will be the one of the artifact folder or
the packaged artifact with the extension.void deployDomain(ArtifactConfiguration artifactConfiguration)
artifactConfiguration - application to be deployedvoid undeployDomain(String applicationName)
applicationName - name of the application to be undeploy. The application name will be the one of the artifact folder or
the packaged artifact with the extension.Copyright © 2021 MuleSoft, Inc.. All rights reserved.