Class BuildCacheConfiguration_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.BuildCacheConfiguration_1_0
com.gradle.scan.eventmodel.gradle.BuildCacheConfiguration_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="5.0")
@PluginVersion(since="3.10")
public class BuildCacheConfiguration_1_1
extends BuildCacheConfiguration_1_0
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanWhether the build cache was enabled for the build.final StringThe build path that the configuration belongs to.Fields inherited from class com.gradle.scan.eventmodel.gradle.BuildCacheConfiguration_1_0
local, remote -
Constructor Summary
ConstructorsConstructorDescriptionBuildCacheConfiguration_1_1(BuildCacheConnector_1_0 local, BuildCacheConnector_1_0 remote, boolean buildCacheEnabled, String buildPath) -
Method Summary
-
Field Details
-
buildCacheEnabled
public final boolean buildCacheEnabledWhether the build cache was enabled for the build.- See Also:
-
buildPath
The build path that the configuration belongs to.
-
-
Constructor Details
-
BuildCacheConfiguration_1_1
public BuildCacheConfiguration_1_1(BuildCacheConnector_1_0 local, BuildCacheConnector_1_0 remote, boolean buildCacheEnabled, String buildPath)
-
-
Method Details
-
equals
- Overrides:
equalsin classBuildCacheConfiguration_1_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classBuildCacheConfiguration_1_0
-
toString
- Overrides:
toStringin classBuildCacheConfiguration_1_0
-