Class MvnBuildCacheRemoteConnector_1_0

    • Field Detail

      • 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 Detail

      • 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)