public class CloudHubDeployment extends AnypointDeployment
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
objectStoreV2 |
protected Boolean |
overrideProperties |
protected Boolean |
persistentQueues |
protected String |
region |
protected Integer |
waitBeforeValidation |
protected Integer |
workers |
protected String |
workerType |
ANYPOINT_BASE_URI, authToken, businessGroup, businessGroupId, environment, password, properties, server, skipDeploymentVerification, uri, usernameapplicationName, artifact, deploymentTimeout, muleVersion, skip| Constructor and Description |
|---|
CloudHubDeployment() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getObjectStoreV2()
Define object store version of the application in Cloudhub.
|
Boolean |
getPersistentQueues()
Define object store version of the application in Cloudhub.
|
String |
getRegion()
Region to deploy the application in Cloudhub.
|
Integer |
getWaitBeforeValidation() |
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 |
setObjectStoreV2(Boolean objectStoreV2) |
void |
setPersistentQueues(Boolean persistentQueues) |
void |
setRegion(String region) |
void |
setWaitBeforeValidation(Integer time) |
void |
setWorkers(Integer workers) |
void |
setWorkerType(String workerType) |
getAuthToken, getBusinessGroup, getBusinessGroupId, getEnvironment, getPassword, getProperties, getServer, getSkipDeploymentVerification, getUri, getUsername, setAuthToken, setBusinessGroup, setBusinessGroupId, 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 protected Boolean overrideProperties
@Parameter protected Boolean objectStoreV2
@Parameter protected Boolean persistentQueues
@Parameter protected Integer waitBeforeValidation
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 Boolean getObjectStoreV2()
public void setObjectStoreV2(Boolean objectStoreV2)
public Boolean getPersistentQueues()
public void setPersistentQueues(Boolean persistentQueues)
public Integer getWaitBeforeValidation()
public void setWaitBeforeValidation(Integer time)
public void setEnvironmentSpecificValues()
throws DeploymentException
setEnvironmentSpecificValues in class AnypointDeploymentDeploymentExceptionpublic boolean overrideProperties()
Copyright © 2019 MuleSoft Inc. All rights reserved.