public abstract class AnypointDeployment extends Deployment
| Modifier and Type | Field and Description |
|---|---|
static String |
ANYPOINT_BASE_URI |
protected String |
authToken |
protected String |
businessGroup |
protected String |
businessGroupId |
protected String |
environment |
protected String |
password |
protected Map<String,String> |
properties |
protected String |
server |
protected boolean |
skipDeploymentVerification |
protected String |
uri |
protected String |
username |
applicationName, artifact, deploymentTimeout, muleVersion, skip| Constructor and Description |
|---|
AnypointDeployment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthToken()
Anypoint Platform Pre-authenticated bearer token.
|
String |
getBusinessGroup()
Business group for deploymentConfiguration, if it is a nested one its format should be first.second.
|
String |
getBusinessGroupId()
Business group Id for deploymentConfiguration.
|
String |
getEnvironment()
Anypoint environment name.
|
String |
getPassword()
Anypoint Platform password.
|
Map<String,String> |
getProperties()
Properties map.
|
String |
getServer()
Maven server with Anypoint Platform credentials.
|
Boolean |
getSkipDeploymentVerification()
Property to skip deployment verification to Anypoint Platform.
|
String |
getUri()
Anypoint Platform URI, can be configured to use with On Premise platform..
|
String |
getUsername()
Anypoint Platform username.
|
void |
setAuthToken(String authToken) |
void |
setBusinessGroup(String businessGroup) |
void |
setBusinessGroupId(String businessGroupId) |
void |
setEnvironment(String environment) |
void |
setEnvironmentSpecificValues() |
void |
setPassword(String password) |
void |
setProperties(Map<String,String> properties) |
void |
setServer(String server) |
void |
setSkipDeploymentVerification(Boolean skipDeploymentVerification) |
void |
setUri(String uri) |
void |
setUsername(String username) |
getApplicationName, getArtifact, getArtifactId, getDeploymentTimeout, getGroupId, getMuleVersion, getPackaging, getSkip, getVersion, setApplicationName, setArtifact, setArtifactId, setBasicDeploymentValues, setDefaultValues, setDeploymentTimeout, setGroupId, setMuleVersion, setPackaging, setSkip, setVersionpublic static final String ANYPOINT_BASE_URI
@Parameter protected String username
@Parameter protected String password
@Parameter protected String authToken
@Parameter protected String environment
@Parameter protected String businessGroup
@Parameter protected String businessGroupId
@Parameter protected String uri
@Parameter protected String server
@Parameter protected boolean skipDeploymentVerification
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getAuthToken()
public void setAuthToken(String authToken)
public String getEnvironment()
public void setEnvironment(String environment)
public String getBusinessGroupId()
public void setBusinessGroupId(String businessGroupId)
public String getBusinessGroup()
public void setBusinessGroup(String businessGroup)
public String getUri()
public void setUri(String uri)
public String getServer()
public void setServer(String server)
public Boolean getSkipDeploymentVerification()
public void setSkipDeploymentVerification(Boolean skipDeploymentVerification)
public void setEnvironmentSpecificValues()
throws DeploymentException
setEnvironmentSpecificValues in class DeploymentDeploymentExceptionCopyright © 2019 MuleSoft Inc. All rights reserved.