public class RuntimeFabricArtifactDeployer extends Object implements ArtifactDeployer
| Modifier and Type | Field and Description |
|---|---|
static int |
BAD_REQUEST |
| Modifier | Constructor and Description |
|---|---|
|
RuntimeFabricArtifactDeployer(Deployment deployment,
DeployerLog log) |
protected |
RuntimeFabricArtifactDeployer(Deployment deployment,
RuntimeFabricClient client,
DeployerLog log) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkApplicationHasStarted()
Checks if an application in CloudHub has the
STARTED_STATUS status. |
void |
deployApplication() |
void |
deployDomain() |
void |
setDeploymentVerification(DeploymentVerification deploymentVerification) |
void |
setRequestBuilder(RequestBuilder requestBuilder) |
void |
undeployApplication() |
void |
undeployDomain() |
public static final int BAD_REQUEST
public RuntimeFabricArtifactDeployer(Deployment deployment, DeployerLog log)
protected RuntimeFabricArtifactDeployer(Deployment deployment, RuntimeFabricClient client, DeployerLog log)
public void deployApplication()
throws DeploymentException
deployApplication in interface ApplicationDeployerDeploymentExceptionpublic void undeployApplication()
throws DeploymentException
undeployApplication in interface ApplicationDeployerDeploymentExceptionpublic void deployDomain()
throws DeploymentException
deployDomain in interface DomainDeployerDeploymentExceptionpublic void undeployDomain()
throws DeploymentException
undeployDomain in interface DomainDeployerDeploymentExceptionpublic void setDeploymentVerification(DeploymentVerification deploymentVerification)
public void setRequestBuilder(RequestBuilder requestBuilder)
protected void checkApplicationHasStarted()
throws DeploymentException
STARTED_STATUS status.DeploymentException - In case it timeouts while checking for the statusCopyright © 2018 MuleSoft Inc. All rights reserved.