Comparison Work Unit Brief
data class ComparisonWorkUnitBrief(@Json(name = "className" ) val className: String, @Json(name = "outcome" ) val outcome: String, @Json(name = "cacheability" ) val cacheability: String, @Json(name = "cacheKey" ) val cacheKey: String? = null)
Brief details about a work unit in one of the compared builds.
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.