ExecStepConfigInterpreter

The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with shebang lines (https://en.wikipedia.org/wiki/Shebang_\(Unix\)).

Entries

Link copied to clipboard

If the interpreter is not specified, the value defaults to NONE.

Link copied to clipboard

Indicates that the file is run as follows on each operating system: + For Linux VMs, the file is ran as an executable and the interpreter might be parsed from the shebang line of the file. + For Windows VM, this value is not supported.

Link copied to clipboard

Indicates that the file is run with /bin/sh on Linux and cmd on Windows.

Link copied to clipboard

Indicates that the file is run with PowerShell.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): ExecStepConfigInterpreter
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: ExecStepConfigInterpreter
Link copied to clipboard
Link copied to clipboard