Class ConfigurationCacheSettings_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.ConfigurationCacheSettings_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="6.6")
@PluginVersion(since="3.4")
public class ConfigurationCacheSettings_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates the build's decision whether to use the Configuration Cache.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanWhether the Configuration Cache was enabled for the build. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
configurationCache
public final boolean configurationCacheWhether the Configuration Cache was enabled for the build.- See Also:
-
-
Constructor Details
-
ConfigurationCacheSettings_1_0
public ConfigurationCacheSettings_1_0(boolean configurationCache)
-
-
Method Details