Maven Build Cache Performance Goal Fingerprinting Summary
data class MavenBuildCachePerformanceGoalFingerprintingSummary(@Json(name = "count" ) val count: Int, @Json(name = "serialDuration" ) val serialDuration: Long)
A summary of goal fingerprinting. Fingerprinted goals are part of the goalExecution.avoidedGoals or goalExecution.executedGoals buckets.
Parameters
count
Count of fingerprinted goals.
serial Duration
Sum of all fingerprinting times of fingerprinted goals in milliseconds.