Class MvnBuildCacheRemoteConnectorConfig_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheRemoteConnectorConfig_1_0

@MavenVersion(since="3.3.1") @MavenExtensionVersion(since="2.0") public class MvnBuildCacheRemoteConnectorConfig_1_0 extends Object
Represents the remote cache configuration.
  • Field Details

    • authenticationType

      public final MvnBuildCachingRemoteAuthenticationType_1 authenticationType
      The authentication type being configured.
    • allowInsecureProtocol

      public final boolean allowInsecureProtocol
      Whether the build cache is configured to allow communication with the remote build cache node over an insecure HTTP connection.
    • useExpectContinue

      public final boolean useExpectContinue
      Whether the build cache is configured to use HTTP Expect-Continue when storing data on the server
    • storeEnabled

      public final boolean storeEnabled
      Whether storing in the connected cache was enabled.
    • authenticated

      public final boolean authenticated
      Whether a username and a password, or a Develocity access key has been set to connect to the build cache.
    • allowUntrustedServer

      public final boolean allowUntrustedServer
      Whether the build cache is configured to allow untrusted connection.
    • useEdgeDiscovery

      public final boolean useEdgeDiscovery
      The authentication type being configured.
  • Constructor Details

    • MvnBuildCacheRemoteConnectorConfig_1_0

      public MvnBuildCacheRemoteConnectorConfig_1_0(MvnBuildCachingRemoteAuthenticationType_1 authenticationType, boolean allowInsecureProtocol, boolean useExpectContinue, boolean storeEnabled, boolean authenticated, boolean allowUntrustedServer, boolean useEdgeDiscovery)
  • Method Details