Class MvnBuildCacheRemoteConnector_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.buildcache.MvnBuildCacheRemoteConnector_1_0
Direct Known Subclasses:
MvnBuildCacheRemoteConnector_1_1

@MavenExtensionVersion(since="1.0", until="1.12") public class MvnBuildCacheRemoteConnector_1_0 extends Object
Represents the effective configuration of the remote build cache.
  • Field Details

    • disabledReasonCategory

      @Nullable("when the remote cache is enabled") public final @Nullable("when the remote cache is enabled") MvnBuildCachingDisabledReasonCategory_1 disabledReasonCategory
      The reason why the remote cache was disabled.
    • disabledReason

      @Nullable("when the remote cache is enabled") public final @Nullable("when the remote cache is enabled") String disabledReason
      The specific reason why the remote cache was disabled.
    • storeEnabled

      @Nullable public final @Nullable Boolean storeEnabled
      Whether storing in the connected cache was enabled. May be null if the build cache connector was disabled.
    • url

      @Nullable public final @Nullable String url
      The url of the build cache. May be null if the build cache connector was disabled.
    • authenticated

      @Nullable public final @Nullable Boolean authenticated
      Whether a username and a password, or a Develocity access key has been set to connect to the build cache. May be null if the build cache connector was disabled.
    • allowUntrustedServer

      @Nullable public final @Nullable Boolean allowUntrustedServer
      Whether the build cache is configured to allow untrusted connection. May be null if the build cache connector was disabled.
  • Constructor Details

    • MvnBuildCacheRemoteConnector_1_0

      public MvnBuildCacheRemoteConnector_1_0(@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)
  • Method Details