| Package | Description |
|---|---|
| org.mule.tools.client.arm | |
| org.mule.tools.client.model | |
| org.mule.tools.model.anypoint |
| Modifier and Type | Method and Description |
|---|---|
TargetType |
ApplicationMetadata.getTargetType() |
| Modifier and Type | Method and Description |
|---|---|
protected org.glassfish.jersey.media.multipart.MultiPart |
ArmClient.buildRequestBody(File app,
String appName,
TargetType targetType,
String target,
Map<String,String> propertiesMap) |
String |
ArmClient.getId(TargetType targetType,
String target) |
| Constructor and Description |
|---|
ApplicationMetadata(File file,
String name,
TargetType targetType,
String target,
Map<String,String> properties) |
| 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 © 2024 MuleSoft Inc. All rights reserved.