public class CloudHubDeployment extends AnypointDeployment
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
properties |
protected String |
region |
protected Integer |
workers |
protected String |
workerType |
ANYPOINT_BASE_URI, businessGroup, environment, password, server, uri, usernameapplicationName, artifact, deploymentTimeout, muleVersion, skip| Constructor and Description |
|---|
CloudHubDeployment() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getProperties()
CloudHub properties.
|
String |
getRegion()
Region to deploy the application in Cloudhub.
|
Optional<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 |
setProperties(Map<String,String> properties) |
void |
setRegion(String region) |
void |
setWorkers(Integer workers) |
void |
setWorkerType(String workerType) |
getBusinessGroup, getEnvironment, getPassword, getServer, getUri, getUsername, setBusinessGroup, setEnvironment, setPassword, setServer, setUri, setUsernamegetApplicationName, getArtifact, getDeploymentTimeout, getMuleVersion, getPackaging, getSkip, setApplicationName, setArtifact, setBasicDeploymentValues, setDefaultValues, setDeploymentTimeout, setMuleVersion, setPackaging, setSkip@Parameter protected Integer workers
@Parameter protected String workerType
@Parameter protected String region
public String getRegion()
public void setRegion(String region)
public Optional<Integer> getWorkers()
public void setWorkers(Integer workers)
public String getWorkerType()
public void setWorkerType(String workerType)
public void setEnvironmentSpecificValues()
throws DeploymentException
setEnvironmentSpecificValues in class AnypointDeploymentDeploymentExceptionCopyright © 2018 MuleSoft Inc. All rights reserved.