Type

@JsonClass(generateAdapter = false)
enum Type : Enum<GradleDeprecationOwner.Type>

The type of the deprecation owner: * plugin - The owner of the deprecation is a plugin. * script - The owner of the deprecation is a script. * task - The owner of the deprecation is a task. * unknown - Unknown deprecation owner type when none of the other options match.

Values: plugin,script,task,unknown

Entries

Link copied to clipboard
@Json(name = "plugin")
plugin
Link copied to clipboard
@Json(name = "script")
script
Link copied to clipboard
@Json(name = "task")
task
Link copied to clipboard
@Json(name = "unknown")
unknown

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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.