| Package | Description |
|---|---|
| org.mule.tools.maven.plugin.mule | |
| org.mule.tools.maven.plugin.mule.arm |
| Modifier and Type | Field and Description |
|---|---|
protected TargetType |
AbstractMuleMojo.targetType
Anypoint Platform target type: server, serverGroup or cluster.
|
| 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 | Method and Description |
|---|---|
Application |
ArmApi.deployApplication(File app,
String appName,
TargetType targetType,
String target) |
Integer |
ArmApi.findApplication(String name,
TargetType targetType,
String target) |
Application |
ArmApi.redeployApplication(int applicationId,
File app,
String appName,
TargetType targetType,
String target) |
String |
ArmApi.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,
Log log,
String businessGroup,
boolean armInsecure) |
Copyright © 2017 MuleSoft Inc. All rights reserved.