Non Cacheability Category
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
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.