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, skipDeploymentVerification, uri, usernameapplicationName, artifact, deploymentTimeout, muleVersion, skip| Constructor and Description |
|---|
CloudHubDeployment() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getOverrideProperties()
Flag to override properties defined on the application in Cloudhub.
|
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.
|
void |
setEnvironmentSpecificValues() |
void |
setOverrideProperties(Boolean overrideProperties) |
void |
setRegion(String region) |
void |
setWorkers(Integer workers) |
void |
setWorkerType(String workerType) |
getBusinessGroup, getEnvironment, getPassword, getProperties, getServer, getSkipDeploymentVerification, getUri, getUsername, setBusinessGroup, setEnvironment, setPassword, setProperties, setServer, setSkipDeploymentVerification, 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(defaultValue="true") protected Boolean overrideProperties
public String getRegion()
public void setRegion(String region)
public Integer getWorkers()
public void setWorkers(Integer workers)
public Boolean getOverrideProperties()
public void setOverrideProperties(Boolean overrideProperties)
public String getWorkerType()
public void setWorkerType(String workerType)
public void setEnvironmentSpecificValues()
throws DeploymentException
setEnvironmentSpecificValues in class AnypointDeploymentDeploymentExceptionCopyright © 2019 MuleSoft Inc. All rights reserved.