MavenBuildCachePerformanceBuildCaches

data class MavenBuildCachePerformanceBuildCaches(@Json(name = "overhead") val overhead: MavenBuildCachePerformanceBuildCacheOverhead, @Json(name = "local") val local: MavenBuildCachePerformanceBuildCacheLocalInfo? = null, @Json(name = "remote") val remote: MavenBuildCachePerformanceBuildCacheRemoteInfo? = null)

Information about the local and remote build caches used in the build, if it is configured in the build. null if the build cache configuration cannot be captured (e.g. very early build failure).

Parameters

overhead
local
remote

Constructors

Link copied to clipboard
constructor(@Json(name = "overhead") overhead: MavenBuildCachePerformanceBuildCacheOverhead, @Json(name = "local") local: MavenBuildCachePerformanceBuildCacheLocalInfo? = null, @Json(name = "remote") remote: MavenBuildCachePerformanceBuildCacheRemoteInfo? = null)

Properties

Link copied to clipboard
Link copied to clipboard