-
public final class JacocoOptions.Report
-
-
Field Summary
Fields Modifier and Type Field Description private Booleanenabledprivate Filedestination
-
Constructor Summary
Constructors Constructor Description Report()
-
Method Summary
Modifier and Type Method Description final Unitinvoke(Function1<JacocoOptions.Report, Unit> config)final Unitenabled(Boolean state)final Unitdestination(File file)final BooleangetEnabled()Whether or not this report should be generated final FilegetDestination()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 UnitsetEnabled(Boolean enabled)Whether or not this report should be generated final UnitsetDestination(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 -
-
Method Detail
-
invoke
final Unit invoke(Function1<JacocoOptions.Report, Unit> config)
-
destination
final Unit destination(File file)
-
getEnabled
final Boolean getEnabled()
Whether or not this report should be generated
-
getDestination
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
-
setEnabled
final Unit setEnabled(Boolean enabled)
Whether or not this report should be generated
-
setDestination
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
-
-
-
-