ComparisonWorkUnitBrief

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

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.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard