public static enum OTWinRMNodeExecutor.Reason extends java.lang.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(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2011-2016. All Rights Reserved.