Maven Build Cache Performance Build Cache Remote Info
constructor(@Json(name = "isEnabled" ) isEnabled: Boolean, @Json(name = "isPushEnabled" ) isPushEnabled: Boolean? = null, @Json(name = "isDisabledDueToError" ) isDisabledDueToError: Boolean? = null, @Json(name = "url" ) url: String? = null)
Parameters
is Enabled
Indicates whether the remote build cache is enabled.
is Push Enabled
Indicates whether pushing to the remote build cache is enabled. null
if the remote build cache is disabled.
is Disabled Due To Error
Indicates whether the remote build cache is disabled during the build due to an error occurring in loading or storing remote build cache entries. null
if the remote build cache is disabled.
url
URL of the remote build cache. null
if the remote build cache is disabled.