Class MvnBuildCacheRemoteConnector_1_1

    • Field Detail

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

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