OperationType

Enumerates the different types of operations for which progress events can be received.

See also

Entries

Link copied to clipboard

Flag for test operation progress events.

Link copied to clipboard

Flag for task operation progress events.

Link copied to clipboard

Flag for operations with no specific type.

Link copied to clipboard

Flag for work item operation progress events.

Link copied to clipboard

Flag for project configuration operation progress events.

Link copied to clipboard

Flag for transform operation progress events.

Link copied to clipboard

Flag for test output operation progress events.

Link copied to clipboard

Flag for file download progress events. This includes various types of files, for example files downloaded during dependency resolution, Gradle distribution downloads, and Java toolchain downloads.

Link copied to clipboard

Flag for build phase events.

Link copied to clipboard

Flag for problem events.

Functions

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

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.