Gradle Configuration Cache Load Result
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.
has Failed
True when the configuration cache store operation fails, false otherwise.