Class BuildCacheConnector_1_0

    • Field Detail

      • type

        @Nullable
        public final @Nullable String type
        The human friendly description of the connector type (e.g. "HTTP", "directory").

        May be null if the build cache connector was disabled.

      • className

        @Nullable
        public final @Nullable String className
        The class name of the connector.

        May be null if the build cache connector was disabled.

      • config

        @Nullable
        public final @Nullable Map<String,​String> config
        The configuration of the connector.

        May be null if the build cache connector was disabled.

      • push

        @Nullable
        public final @Nullable Boolean push
        Whether pushing to the connected cache was enabled.

        May be null if the build cache connector was disabled.

      • enabled

        public final boolean enabled
        Whether the build cache connector was enabled.
    • Constructor Detail

      • BuildCacheConnector_1_0

        public BuildCacheConnector_1_0​(@Nullable
                                       @Nullable String type,
                                       @Nullable
                                       @Nullable String className,
                                       @Nullable
                                       @Nullable Map<String,​String> config,
                                       @Nullable
                                       @Nullable Boolean push,
                                       boolean enabled)