Maven Build Cache Performance Build Cache Local Info
data class MavenBuildCachePerformanceBuildCacheLocalInfo(@Json(name = "isEnabled" ) val isEnabled: Boolean, @Json(name = "isPushEnabled" ) val isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError" ) val isDisabledDueToError: Boolean? = null, @Json(name = "directory" ) val directory: String? = null)
Information about the local build cache used in the build, if it is configured in the build. null
if the local build cache is not configured.
Parameters
is Enabled
Indicates whether the local build cache is enabled.
is Push Enabled
Indicates whether pushing to the local build cache is enabled. null
if the local build cache is disabled.
is Disabled Due To Error
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.