| Package | Description |
|---|---|
| org.mule.tools.client.arm | |
| org.mule.tools.client.model | |
| org.mule.tools.model |
| Modifier and Type | Method and Description |
|---|---|
Application |
ArmClient.deployApplication(File app,
String appName,
TargetType targetType,
String target) |
Integer |
ArmClient.findApplication(String name,
TargetType targetType,
String target) |
Application |
ArmClient.redeployApplication(int applicationId,
File app,
String appName,
TargetType targetType,
String target) |
String |
ArmClient.undeployApplication(String appName,
TargetType targetType,
String target) |
| Constructor and Description |
|---|
ArmDeployer(String uri,
String username,
String password,
String environment,
TargetType targetType,
String target,
File application,
String applicationName,
org.apache.maven.plugin.logging.Log log,
String businessGroup,
boolean armInsecure) |
| Modifier and Type | Method and Description |
|---|---|
static TargetType |
TargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetType[] |
TargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected TargetType |
DeploymentConfiguration.targetType |
| Modifier and Type | Method and Description |
|---|---|
TargetType |
DeploymentConfiguration.getTargetType()
Anypoint Platform target type: server, serverGroup or cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentConfiguration.setTargetType(TargetType targetType) |
Copyright © 2017. All rights reserved.