Package 

Class JacocoOptions.Report

    • Constructor Summary

      Constructors 
      Constructor Description
      Report()
    • Method Summary

      Modifier and Type Method Description
      final Unit invoke(Function1<JacocoOptions.Report, Unit> config)
      final Unit enabled(Boolean state)
      final Unit destination(File file)
      final Boolean getEnabled() 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 setEnabled(Boolean enabled) Whether or not this report should be generated
      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
      • Methods inherited from class de.mannodermaus.gradle.plugins.junit5.JacocoOptions.Report

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • Report

        Report()