Enum NetworkDownloadActivityOwnerRefType_1
java.lang.Object
java.lang.Enum<NetworkDownloadActivityOwnerRefType_1>
com.gradle.scan.eventmodel.gradle.network.NetworkDownloadActivityOwnerRefType_1
- All Implemented Interfaces:
Serializable,Comparable<NetworkDownloadActivityOwnerRefType_1>,Constable
@PluginVersion(since="2.4")
public enum NetworkDownloadActivityOwnerRefType_1
extends Enum<NetworkDownloadActivityOwnerRefType_1>
Indicates the type of domain object that "owns" the download.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDenotes that owner is task snapshotting.Denotes that owner is an execution of a task. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
TASK
Denotes that owner is an execution of a task. -
SNAPSHOTTING
Denotes that owner is task snapshotting.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-