Enum TaskOutputCachingDisabledReason_1
java.lang.Object
java.lang.Enum<TaskOutputCachingDisabledReason_1>
com.gradle.scan.eventmodel.gradle.task.TaskOutputCachingDisabledReason_1
- All Implemented Interfaces:
Serializable,Comparable<TaskOutputCachingDisabledReason_1>,Constable
@PluginVersion(since="1.6",
until="1.16")
public enum TaskOutputCachingDisabledReason_1
extends Enum<TaskOutputCachingDisabledReason_1>
The reason why the output of a task is not cacheable.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static TaskOutputCachingDisabledReason_1[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BUILD_CACHE_NOT_ENABLED
@PluginVersion(since="1.6", until="1.16") public static final TaskOutputCachingDisabledReason_1 BUILD_CACHE_NOT_ENABLED -
OUTPUT_CACHING_NOT_ENABLED
@PluginVersion(since="1.6", until="1.16") public static final TaskOutputCachingDisabledReason_1 OUTPUT_CACHING_NOT_ENABLED -
NO_OUTPUTS_DECLARED
@PluginVersion(since="1.6", until="1.16") public static final TaskOutputCachingDisabledReason_1 NO_OUTPUTS_DECLARED -
MULTIPLE_OUTPUTS_DECLARED
@PluginVersion(since="1.6", until="1.16") public static final TaskOutputCachingDisabledReason_1 MULTIPLE_OUTPUTS_DECLARED -
OVERLAPPING_OUTPUTS
@PluginVersion(since="1.7", until="1.16") public static final TaskOutputCachingDisabledReason_1 OVERLAPPING_OUTPUTS -
UNSATISFIED_PREDICATE_CACHE_IF
@PluginVersion(since="1.6", until="1.16") public static final TaskOutputCachingDisabledReason_1 UNSATISFIED_PREDICATE_CACHE_IF -
SATISFIED_PREDICATE_DO_NOT_CACHE_IF
@PluginVersion(since="1.6", until="1.16") public static final TaskOutputCachingDisabledReason_1 SATISFIED_PREDICATE_DO_NOT_CACHE_IF -
UNKNOWN
@PluginVersion(since="1.6", until="1.16") public static final TaskOutputCachingDisabledReason_1 UNKNOWN
-
-
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
-