MavenBuildCachePerformanceGoalFingerprintingSummary

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.

serialDuration

Sum of all fingerprinting times of fingerprinted goals 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