Class MvnBuildCacheLocalConnector_1_1
java.lang.Object
com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheLocalConnector_1_0
com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheLocalConnector_1_1
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.14")
public class MvnBuildCacheLocalConnector_1_1
extends MvnBuildCacheLocalConnector_1_0
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("if build cache connector was disabled") Boolean
Whether storing in the local cache was enabled.Fields inherited from class com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheLocalConnector_1_0
cleanupEnabled, cleanupInterval, directory, disabledReason, disabledReasonCategory, retentionPeriod
-
Constructor Summary
ConstructorDescriptionMvnBuildCacheLocalConnector_1_1
(@Nullable MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategory, @Nullable String disabledReason, @Nullable MvnFileRef_1_0 directory, @Nullable Boolean cleanupEnabled, @Nullable String cleanupInterval, @Nullable String retentionPeriod, @Nullable Boolean storeEnabled) -
Method Summary
-
Field Details
-
storeEnabled
@Nullable("if build cache connector was disabled") public final @Nullable("if build cache connector was disabled") Boolean storeEnabledWhether storing in the local cache was enabled. May be null if the build cache connector was disabled.
-
-
Constructor Details
-
MvnBuildCacheLocalConnector_1_1
public MvnBuildCacheLocalConnector_1_1(@Nullable @Nullable MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategory, @Nullable @Nullable String disabledReason, @Nullable @Nullable MvnFileRef_1_0 directory, @Nullable @Nullable Boolean cleanupEnabled, @Nullable @Nullable String cleanupInterval, @Nullable @Nullable String retentionPeriod, @Nullable @Nullable Boolean storeEnabled)
-
-
Method Details
-
equals
- Overrides:
equals
in classMvnBuildCacheLocalConnector_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMvnBuildCacheLocalConnector_1_0
-
toString
- Overrides:
toString
in classMvnBuildCacheLocalConnector_1_0
-