Operation Type
Enumerates the different types of operations for which progress events can be received.
See also
Entries
Flag for project configuration operation progress events.
Flag for test output operation progress events.
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.
Flag for build phase events.
Functions
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.)
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.