| Package | Description |
|---|---|
| org.mule.tools.client.arm | |
| org.mule.tools.client.model | |
| org.mule.tools.model.anypoint |
| 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) |
| 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 |
ArmDeployment.targetType |
| Modifier and Type | Method and Description |
|---|---|
TargetType |
ArmDeployment.getTargetType()
Anypoint Platform target type: server, serverGroup or cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArmDeployment.setTargetType(TargetType targetType) |
Copyright © 2020. All rights reserved.