Package | Description |
---|---|
org.apache.ambari.server.actionmanager | |
org.apache.ambari.server.customactions |
Modifier and Type | Method and Description |
---|---|
static ActionType |
ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionType[] |
ActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ActionType |
ActionDefinition.getActionType() |
Modifier and Type | Method and Description |
---|---|
void |
ActionDefinition.setActionType(ActionType actionType) |
Constructor and Description |
---|
ActionDefinition(String actionName,
ActionType actionType,
String inputs,
String targetService,
String targetComponent,
String description,
TargetHostType targetType,
Short defaultTimeout)
Create an instance of ActionDefinition
|
Copyright © 2017. All rights reserved.