public static enum ScriptTaskDetails.Interpreter extends Enum<ScriptTaskDetails.Interpreter>
Enum Constant and Description |
---|
LEGACY_SH_BAT
Deprecated.
since 5.13 use other enum values instead
|
POWERSHELL |
RUN_AS_EXECUTABLE |
Modifier and Type | Method and Description |
---|---|
static ScriptTaskDetails.Interpreter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptTaskDetails.Interpreter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScriptTaskDetails.Interpreter RUN_AS_EXECUTABLE
public static final ScriptTaskDetails.Interpreter POWERSHELL
@Deprecated public static final ScriptTaskDetails.Interpreter LEGACY_SH_BAT
public static ScriptTaskDetails.Interpreter[] values()
for (ScriptTaskDetails.Interpreter c : ScriptTaskDetails.Interpreter.values()) System.out.println(c);
public static ScriptTaskDetails.Interpreter 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 © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.