public abstract class AnypointDeployment extends Deployment
| Modifier and Type | Field and Description |
|---|---|
static String |
ANYPOINT_BASE_URI |
protected String |
businessGroup |
protected String |
environment |
protected String |
password |
protected Map<String,String> |
properties |
protected String |
server |
protected String |
uri |
protected String |
username |
applicationName, artifact, deploymentTimeout, muleVersion, skip| Constructor and Description |
|---|
AnypointDeployment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBusinessGroup()
Business group for deploymentConfiguration, if it is a nested one its format should be first.second.
|
String |
getEnvironment()
Anypoint environment name.
|
String |
getPassword()
Anypoint Platform password.
|
Map<String,String> |
getProperties()
Properties map.
|
String |
getServer()
Maven server with Anypoint Platform credentials.
|
String |
getUri()
Anypoint Platform URI, can be configured to use with On Premise platform..
|
String |
getUsername()
Anypoint Platform username.
|
void |
setBusinessGroup(String businessGroup) |
void |
setEnvironment(String environment) |
void |
setEnvironmentSpecificValues() |
void |
setPassword(String password) |
void |
setProperties(Map<String,String> properties) |
void |
setServer(String server) |
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 environment
@Parameter protected String businessGroup
@Parameter protected String uri
@Parameter protected String server
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getEnvironment()
public void setEnvironment(String environment)
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 void setEnvironmentSpecificValues()
throws DeploymentException
setEnvironmentSpecificValues in class DeploymentDeploymentExceptionCopyright © 2018 MuleSoft Inc. All rights reserved.