GradleConfigurationCacheLoadResult
data class GradleConfigurationCacheLoadResult(@Json(name = "duration") val duration: Long, @Json(name = "hasFailed") val hasFailed: Boolean)
The configuration cache store result of a Gradle build.
Parameters
duration
The duration of the configuration cache load operation in milliseconds.
hasFailed
True when the configuration cache store operation fails, false otherwise.