GradleBuildCachePerformanceTaskFingerprintingSummary

data class GradleBuildCachePerformanceTaskFingerprintingSummary(@Json(name = "count") val count: Int, @Json(name = "serialDuration") val serialDuration: Long)

A summary of task fingerprinting. Fingerprinted tasks are part of the taskExecution.avoidedTasks or taskExecution.executedTasks, or taskExecution.noSourceTasks buckets. null if Gradle version is <5.0 or Develocity Gradle plugin version is <2.1.

Parameters

count

Count of fingerprinted tasks.

serialDuration

Sum of all fingerprinting times of fingerprinted tasks in milliseconds.

Constructors

constructor(@Json(name = "count") count: Int, @Json(name = "serialDuration") serialDuration: Long)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard