Package 

Class JacocoOptions.Report

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getEnabled() Whether or not this report should be generated
      final Unit setEnabled(Boolean enabled) Whether or not this report should be generated
      final File getDestination() Name of the file to be generated; note that due to the variant-aware nature of the plugin, each variant will be assigned a distinct folder if necessary
      final Unit setDestination(File destination) Name of the file to be generated; note that due to the variant-aware nature of the plugin, each variant will be assigned a distinct folder if necessary
      final Unit invoke(Function1<JacocoOptions.Report, Unit> config)
      final Unit enabled(Boolean state)
      final Unit destination(File file)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JacocoOptions.Report

        JacocoOptions.Report()