ComparisonWorkUnitBrief

constructor(@Json(name = "className") className: String, @Json(name = "outcome") outcome: String, @Json(name = "cacheability") cacheability: String, @Json(name = "cacheKey") cacheKey: String? = null)

Parameters

className

The fully qualified class name of the work unit implementation.

outcome

The work unit outcome.

cacheability

The cacheability status of the work unit.

cacheKey

The build cache key. Null when the work unit is not cacheable or if an error occurred when computing the cache key.