Comparison Work Unit Brief
constructor(@Json(name = "className" ) className: String, @Json(name = "outcome" ) outcome: String, @Json(name = "cacheability" ) cacheability: String, @Json(name = "cacheKey" ) cacheKey: String? = null)
Parameters
class Name
The fully qualified class name of the work unit implementation.
outcome
The work unit outcome.
cacheability
The cacheability status of the work unit.
cache Key
The build cache key. Null when the work unit is not cacheable or if an error occurred when computing the cache key.