NonCacheabilityCategory

The category of the non-cacheability reason: * build_cache_disabled_by_user - The build cache is disabled by the user * goal_execution_marked_non_cacheable - The goal execution is marked as non-cacheable * goal_not_supported - The goal does not support build caching * no_gradle_enterprise_server_configured - No Develocity server is configured Deprecated, use no_develocity_server_configured instead * no_develocity_server_configured - No Develocity server is configured * non_clean_build - The clean lifecycle is not executed * not_entitled - The Develocity license entitlements does not allow Maven build caching * offline_build - The build is run in offline mode * unknown - Reason for disabled caching is not known * unknown_entitlements - The Develocity license entitlements cannot be checked null when the goal execution is cacheable or if the information is not available.

Values: buildCacheDisabledByUser,goalExecutionMarkedNonCacheable,goalNotSupported,noGradleEnterpriseServerConfigured,noDevelocityServerConfigured,nonCleanBuild,notEntitled,offlineBuild,unknown,unknownEntitlements

Entries

Link copied to clipboard
@Json(name = "build_cache_disabled_by_user")
buildCacheDisabledByUser
Link copied to clipboard
@Json(name = "goal_execution_marked_non_cacheable")
goalExecutionMarkedNonCacheable
Link copied to clipboard
@Json(name = "goal_not_supported")
goalNotSupported
Link copied to clipboard
@Json(name = "no_gradle_enterprise_server_configured")
noGradleEnterpriseServerConfigured
Link copied to clipboard
@Json(name = "no_develocity_server_configured")
noDevelocityServerConfigured
Link copied to clipboard
@Json(name = "non_clean_build")
nonCleanBuild
Link copied to clipboard
@Json(name = "not_entitled")
notEntitled
Link copied to clipboard
@Json(name = "offline_build")
offlineBuild
Link copied to clipboard
@Json(name = "unknown")
unknown
Link copied to clipboard
@Json(name = "unknown_entitlements")
unknownEntitlements

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.