Class BuildCacheConnector_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.buildcache.BuildCacheConnector_1_0
Represents the effective configuration of a build cache connector.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable StringThe class name of the connector.The configuration of the connector.final booleanWhether the build cache connector was enabled.final @Nullable BooleanWhether pushing to the connected cache was enabled.final @Nullable StringThe human friendly description of the connector type (e.g. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
The human friendly description of the connector type (e.g. "HTTP", "directory").May be null if the build cache connector was disabled.
-
className
The class name of the connector.May be null if the build cache connector was disabled.
-
config
The configuration of the connector.May be null if the build cache connector was disabled.
-
push
Whether pushing to the connected cache was enabled.May be null if the build cache connector was disabled.
-
enabled
public final boolean enabledWhether the build cache connector was enabled.
-
-
Constructor Details
-
BuildCacheConnector_1_0
-
-
Method Details