public static enum OTWinRMNodeExecutor.Reason extends Enum<OTWinRMNodeExecutor.Reason> implements com.dtolabs.rundeck.core.execution.workflow.steps.FailureReason
| Enum Constant and Description |
|---|
WinRMProtocolError |
| Modifier and Type | Method and Description |
|---|---|
static OTWinRMNodeExecutor.Reason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OTWinRMNodeExecutor.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OTWinRMNodeExecutor.Reason WinRMProtocolError
public static OTWinRMNodeExecutor.Reason[] values()
for (OTWinRMNodeExecutor.Reason c : OTWinRMNodeExecutor.Reason.values()) System.out.println(c);
public static OTWinRMNodeExecutor.Reason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2011-2015. All Rights Reserved.