Avoidance Outcome
The avoidance outcome of this task with respect to performance: * avoided_from_local_cache
- Goal whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache
- Goal whose execution is avoided due to reusing a remote build cache entry * executed_cacheable
- Goal which is executed but is cacheable * executed_not_cacheable
- Goal which is executed but is not cacheable * executed_unknown_cacheability
- Goal which is executed and whose cacheability cannot be determined * skipped
- Skipped goal
Values: avoidedFromLocalCache,avoidedFromRemoteCache,executedCacheable,executedNotCacheable,executedUnknownCacheability,skipped
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.