public class CloudHubDeployment extends AnypointDeployment
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
overrideProperties |
protected String |
region |
protected Integer |
workers |
protected String |
workerType |
ANYPOINT_BASE_URI, businessGroup, environment, password, properties, server, uri, usernameapplicationName, artifact, deploymentTimeout, muleVersion, skip| Constructor and Description |
|---|
CloudHubDeployment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRegion()
Region to deploy the application in Cloudhub.
|
Integer |
getWorkers()
Number of workers for the deploymentConfiguration of the application in Cloudhub.
|
String |
getWorkerType()
Type of workers for the deploymentConfiguration of the application in Cloudhub.
|
boolean |
overrideProperties() |
void |
setEnvironmentSpecificValues() |
void |
setRegion(String region) |
void |
setWorkers(Integer workers) |
void |
setWorkerType(String workerType) |
getBusinessGroup, getEnvironment, getPassword, getProperties, getServer, getUri, getUsername, setBusinessGroup, setEnvironment, setPassword, setProperties, setServer, setUri, setUsernamegetApplicationName, getArtifact, getArtifactId, getDeploymentTimeout, getGroupId, getMuleVersion, getPackaging, getSkip, getVersion, setApplicationName, setArtifact, setArtifactId, setBasicDeploymentValues, setDefaultValues, setDeploymentTimeout, setGroupId, setMuleVersion, setPackaging, setSkip, setVersion@Parameter protected Integer workers
@Parameter protected String workerType
@Parameter protected String region
@Parameter protected Boolean overrideProperties
public String getRegion()
public void setRegion(String region)
public Integer getWorkers()
public void setWorkers(Integer workers)
public String getWorkerType()
public void setWorkerType(String workerType)
public void setEnvironmentSpecificValues()
throws DeploymentException
setEnvironmentSpecificValues in class AnypointDeploymentDeploymentExceptionpublic boolean overrideProperties()
Copyright © 2018 MuleSoft Inc. All rights reserved.