Interface BuilderConfig.Metrics

Enclosing interface:
BuilderConfig

public static interface BuilderConfig.Metrics
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If set to true then dump the build metrics to a JSON file in the build directory.
    boolean
    If set to true then the collection of metrics is enhanced but the size of the generated JSON file may grow significantly.
  • Method Details

    • enabled

      @WithDefault("false") boolean enabled()
      If set to true then dump the build metrics to a JSON file in the build directory.
    • extendedCapture

      @WithDefault("false") boolean extendedCapture()
      If set to true then the collection of metrics is enhanced but the size of the generated JSON file may grow significantly.