GradleConfigurationCacheStoreResult

data class GradleConfigurationCacheStoreResult(@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 store operation in milliseconds.

hasFailed

True when the configuration cache store operation fails, false otherwise.

Constructors

Link copied to clipboard
constructor(@Json(name = "duration") duration: Long, @Json(name = "hasFailed") hasFailed: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard