|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.DefaultTask
org.ajoberstar.gradle.jacoco.tasks.JacocoBase
org.ajoberstar.gradle.jacoco.tasks.JacocoReport
class JacocoReport extends JacocoBase
Task to generate HTML reports of Jacoco coverage data.
Property Summary | |
---|---|
FileCollection |
classFiles
Collection of class files to get coverage data for. |
java.lang.Object |
destPath
Path to write report to. |
FileCollection |
executionData
Collection of execution data files to analyze. |
FileCollection |
sourceFiles
Collection of source files for classFiles. |
Method Summary | |
---|---|
void
|
generate()
|
java.io.File
|
getDestDir()
Gets the directory to write the report to. |
Property Detail |
---|
@InputFiles FileCollection classFiles
java.lang.Object destPath
@InputFiles FileCollection executionData
@InputFiles FileCollection sourceFiles
Method Detail |
---|
@TaskAction void generate()
@OutputDirectory java.io.File getDestDir()
Groovy Documentation