Class BuildCacheConnector_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.buildcache.BuildCacheConnector_1_0

@PluginVersion(since="1.8") public class BuildCacheConnector_1_0 extends Object
Represents the effective configuration of a build cache connector.
See Also:
  • Field Details

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

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