NonCacheabilityCategory

The category of the non-cacheability reason: * build_cache_not_enabled - Caching is not enabled for the build * disabled_to_ensure_correctness - The artifact transform failed validation * not_cacheable - Caching is not enabled for this artifact transform * unknown - Reason for disabled caching is not known null when the artifact transform execution is cacheable

Values: buildCacheNotEnabled,disabledToEnsureCorrectness,notCacheable,unknown

Entries

Link copied to clipboard
@Json(name = "build_cache_not_enabled")
buildCacheNotEnabled
Link copied to clipboard
@Json(name = "disabled_to_ensure_correctness")
disabledToEnsureCorrectness
Link copied to clipboard
@Json(name = "not_cacheable")
notCacheable
Link copied to clipboard
@Json(name = "unknown")
unknown

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.