AvoidanceOutcome

The avoidance outcome of this task with respect to performance: * avoided_up_to_date - Task whose execution is avoided due to build incrementalism * avoided_from_local_cache - Task whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache - Task whose execution is avoided due to reusing a remote build cache entry * executed_cacheable - Task which is executed but is cacheable * executed_not_cacheable - Task which is executed but is not cacheable * executed_unknown_cacheability - Task which is executed and whose cacheability can not be determined * avoided_unknown_reason - Task which was avoided for an unknown reason * lifecycle - Lifecycle task * no-source - No-source task * skipped - Skipped task

Values: avoidedUpToDate,avoidedFromLocalCache,avoidedFromRemoteCache,executedCacheable,executedNotCacheable,executedUnknownCacheability,avoidedUnknownReason,lifecycle,noMinusSource,skipped

Entries

Link copied to clipboard
@Json(name = "avoided_up_to_date")
avoidedUpToDate
Link copied to clipboard
@Json(name = "avoided_from_local_cache")
avoidedFromLocalCache
Link copied to clipboard
@Json(name = "avoided_from_remote_cache")
avoidedFromRemoteCache
Link copied to clipboard
@Json(name = "executed_cacheable")
executedCacheable
Link copied to clipboard
@Json(name = "executed_not_cacheable")
executedNotCacheable
Link copied to clipboard
@Json(name = "executed_unknown_cacheability")
executedUnknownCacheability
Link copied to clipboard
@Json(name = "avoided_unknown_reason")
avoidedUnknownReason
Link copied to clipboard
@Json(name = "lifecycle")
lifecycle
Link copied to clipboard
@Json(name = "no-source")
noMinusSource
Link copied to clipboard
@Json(name = "skipped")
skipped

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.