Enum MvnBuildCachingDisabledReasonCategory_1
java.lang.Object
java.lang.Enum<MvnBuildCachingDisabledReasonCategory_1>
com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCachingDisabledReasonCategory_1
- All Implemented Interfaces:
Serializable
,Comparable<MvnBuildCachingDisabledReasonCategory_1>
,Constable
@MavenExtensionVersion(since="1.0")
public enum MvnBuildCachingDisabledReasonCategory_1
extends Enum<MvnBuildCachingDisabledReasonCategory_1>
The category explaining why a goal execution was not cacheable.
This is also used to indicate the reason why the cache is globally disabled, or why the local or remote cache are individually disabled.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
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
-
NON_CLEAN_BUILD
@MavenExtensionVersion(since="1.0", until="1.13") public static final MvnBuildCachingDisabledReasonCategory_1 NON_CLEAN_BUILD -
NO_GE_SERVER_CONFIGURED
@MavenExtensionVersion(since="1.0") public static final MvnBuildCachingDisabledReasonCategory_1 NO_GE_SERVER_CONFIGURED -
OFFLINE_BUILD
@MavenExtensionVersion(since="1.0") public static final MvnBuildCachingDisabledReasonCategory_1 OFFLINE_BUILD -
UNKNOWN_ENTITLEMENTS
@MavenExtensionVersion(since="1.0") public static final MvnBuildCachingDisabledReasonCategory_1 UNKNOWN_ENTITLEMENTS -
NOT_ENTITLED
@MavenExtensionVersion(since="1.0") public static final MvnBuildCachingDisabledReasonCategory_1 NOT_ENTITLED -
BUILD_CACHE_DISABLED_BY_USER
@MavenExtensionVersion(since="1.0") public static final MvnBuildCachingDisabledReasonCategory_1 BUILD_CACHE_DISABLED_BY_USER
-
-
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
-