Package com.gradle.scan.eventmodel.maven
Class MvnBuildCacheConfiguration_2_1
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnBuildCacheConfiguration_2_0
com.gradle.scan.eventmodel.maven.MvnBuildCacheConfiguration_2_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="2.5")
public class MvnBuildCacheConfiguration_2_1
extends MvnBuildCacheConfiguration_2_0
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when build caching is globally disabled") BooleanWhether storing in the build cache was disabled due to therequireCleanconfiguration being enabled and thecleanlifecycle not being part of the build invocation or not being executed first.Fields inherited from class com.gradle.scan.eventmodel.maven.MvnBuildCacheConfiguration_2_0
disabledReason, disabledReasonCategory, local, remote -
Constructor Summary
ConstructorsConstructorDescriptionMvnBuildCacheConfiguration_2_1(@Nullable MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategory, @Nullable String disabledReason, @Nullable MvnBuildCacheLocalConnector_1_1 local, @Nullable MvnBuildCacheRemoteConnector_2_0 remote, @Nullable Boolean storeDisabledDueToRequireClean) -
Method Summary
-
Field Details
-
storeDisabledDueToRequireClean
@Nullable("when build caching is globally disabled") public final @Nullable("when build caching is globally disabled") Boolean storeDisabledDueToRequireCleanWhether storing in the build cache was disabled due to therequireCleanconfiguration being enabled and thecleanlifecycle not being part of the build invocation or not being executed first.
-
-
Constructor Details
-
MvnBuildCacheConfiguration_2_1
public MvnBuildCacheConfiguration_2_1(@Nullable @Nullable MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategory, @Nullable @Nullable String disabledReason, @Nullable @Nullable MvnBuildCacheLocalConnector_1_1 local, @Nullable @Nullable MvnBuildCacheRemoteConnector_2_0 remote, @Nullable @Nullable Boolean storeDisabledDueToRequireClean)
-
-
Method Details
-
equals
- Overrides:
equalsin classMvnBuildCacheConfiguration_2_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classMvnBuildCacheConfiguration_2_0
-
toString
- Overrides:
toStringin classMvnBuildCacheConfiguration_2_0
-