MavenBuildCachePerformanceBuildCacheLocalInfo

constructor(@Json(name = "isEnabled") isEnabled: Boolean, @Json(name = "isPushEnabled") isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError") isDisabledDueToError: Boolean? = null, @Json(name = "directory") directory: String? = null)

Parameters

isEnabled

Indicates whether the local build cache is enabled.

isPushEnabled

Indicates whether pushing to the local build cache is enabled. null if the local build cache is disabled.

isDisabledDueToError

Indicates whether the local cache is disabled due to an error occurring in loading or storing local build cache entries. null if the local build cache is disabled.

directory

Location of the local build cache. Can be relative or absolute depending on its value. null if the local build cache is disabled.