Class MvnBuildCacheRemoteConnector_1_1
java.lang.Object
com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheRemoteConnector_1_0
com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheRemoteConnector_1_1
- Direct Known Subclasses:
MvnBuildCacheRemoteConnector_1_2
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.13",
until="1.15")
public class MvnBuildCacheRemoteConnector_1_1
extends MvnBuildCacheRemoteConnector_1_0
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable Boolean
Whether the build cache is configured to allow communication with the remote build cache node over an insecure HTTP connection.final @Nullable Boolean
Whether the build cache is configured to use HTTP Expect-Continue when storing data on the server May be null if the build cache connector was disabled.Fields inherited from class com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheRemoteConnector_1_0
allowUntrustedServer, authenticated, disabledReason, disabledReasonCategory, storeEnabled, url
-
Constructor Summary
ConstructorDescriptionMvnBuildCacheRemoteConnector_1_1
(@Nullable MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategory, @Nullable String disabledReason, @Nullable Boolean storeEnabled, @Nullable String url, @Nullable Boolean authenticated, @Nullable Boolean allowUntrustedServer, @Nullable Boolean allowInsecureProtocol, @Nullable Boolean useExpectContinue) -
Method Summary
-
Field Details
-
allowInsecureProtocol
Whether the build cache is configured to allow communication with the remote build cache node over an insecure HTTP connection. May be null if the build cache connector was disabled. -
useExpectContinue
Whether the build cache is configured to use HTTP Expect-Continue when storing data on the server May be null if the build cache connector was disabled.
-
-
Constructor Details
-
MvnBuildCacheRemoteConnector_1_1
public MvnBuildCacheRemoteConnector_1_1(@Nullable @Nullable MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategory, @Nullable @Nullable String disabledReason, @Nullable @Nullable Boolean storeEnabled, @Nullable @Nullable String url, @Nullable @Nullable Boolean authenticated, @Nullable @Nullable Boolean allowUntrustedServer, @Nullable @Nullable Boolean allowInsecureProtocol, @Nullable @Nullable Boolean useExpectContinue)
-
-
Method Details
-
equals
- Overrides:
equals
in classMvnBuildCacheRemoteConnector_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMvnBuildCacheRemoteConnector_1_0
-
toString
- Overrides:
toString
in classMvnBuildCacheRemoteConnector_1_0
-