Class BuildCacheConfiguration_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.BuildCacheConfiguration_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
BuildCacheConfiguration_1_1
@GradleVersion(since="4.0")
@PluginVersion(since="1.8",
until="3.9")
public class BuildCacheConfiguration_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
describing the build cache configuration of the build.
An event stream will contain zero or more BuildCacheConfiguration
events.
-
Field Summary
Modifier and TypeFieldDescriptionfinal BuildCacheConnector_1_0
Represents the effective local build cache configuration.final BuildCacheConnector_1_0
Represents the effective remote build cache configuration. -
Constructor Summary
ConstructorDescription -
Method Summary
-
Field Details
-
local
Represents the effective local build cache configuration. -
remote
Represents the effective remote build cache configuration.
-
-
Constructor Details
-
BuildCacheConfiguration_1_0
-
-
Method Details