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