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