avoidance Outcome
Parameters
The avoidance outcome of this artifact transform execution with respect to performance: * avoided_up_to_date
- Artifact transform execution whose execution is avoided due to build incrementalism * avoided_from_local_cache
- Artifact transform execution whose execution is avoided due to reusing a local build cache entry * avoided_from_remote_cache
- Artifact transform execution whose execution is avoided due to reusing a remote build cache entry * executed_cacheable
- Artifact transform execution which is executed but is cacheable * executed_not_cacheable
- Artifact transform execution which is executed but is not cacheable * executed_unknown_cacheability
- Artifact transform execution which is executed and whose cacheability can not be determined * avoided_unknown_reason
- Artifact transform execution which was avoided for an unknown reason * skipped
- Skipped artifact transform execution. This is not emitted anymore, replaced by up_to_date
.