IsolationMode

Deprecated

Isolation mode for workers.

Since

4.0

Entries

Link copied to clipboard

Let Gradle decide, this is the default.

Link copied to clipboard

Don't attempt to isolate the work, use in-process workers.

Link copied to clipboard

Isolate the work in its own classloader, use in-process workers.

Link copied to clipboard

Isolate the work in a separate process, use out-of-process workers.

Functions

Link copied to clipboard
open fun valueOf(name: String): IsolationMode

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. This method may be used to iterate over the constants.