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 Details

    • allowInsecureProtocol

      @Nullable public final @Nullable Boolean 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

      @Nullable public final @Nullable Boolean 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