public class ArmDeployment extends AnypointDeployment
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
armInsecure |
protected Boolean |
failIfNotExists |
protected String |
target |
protected TargetType |
targetType |
ANYPOINT_BASE_URI, businessGroup, environment, password, server, uri, usernameapplicationName, artifact, deploymentTimeout, muleVersion, skip| Constructor and Description |
|---|
ArmDeployment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTarget()
Anypoint Platform target name.
|
TargetType |
getTargetType()
Anypoint Platform target type: server, serverGroup or cluster.
|
Boolean |
isArmInsecure()
Use insecure mode for ARM deploymentConfiguration: do not validate certificates, nor hostname.
|
Boolean |
isFailIfNotExists()
When set to false, undeployment won't fail if the specified application does not exist.
|
void |
setArmInsecure(boolean armInsecure) |
void |
setEnvironmentSpecificValues() |
void |
setFailIfNotExists(boolean failIfNotExists) |
void |
setTarget(String target) |
void |
setTargetType(TargetType targetType) |
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 String target
@Parameter protected TargetType targetType
@Parameter protected Boolean armInsecure
@Parameter protected Boolean failIfNotExists
public String getTarget()
public void setTarget(String target)
public TargetType getTargetType()
public void setTargetType(TargetType targetType)
public Boolean isArmInsecure()
public void setArmInsecure(boolean armInsecure)
public Boolean isFailIfNotExists()
public void setFailIfNotExists(boolean failIfNotExists)
public void setEnvironmentSpecificValues()
throws DeploymentException
setEnvironmentSpecificValues in class AnypointDeploymentDeploymentExceptionCopyright © 2018 MuleSoft Inc. All rights reserved.