public class CoberturaReportsImpl
extends java.lang.Object
implements org.myire.quill.cobertura.CoberturaReports
CoberturaReports.| Modifier and Type | Method and Description |
|---|---|
org.myire.quill.cobertura.CoberturaReports |
configure(groovy.lang.Closure pClosure) |
org.gradle.api.reporting.DirectoryReport |
getHtml()
Get the Cobertura HTML report directory.
|
org.gradle.api.reporting.Report |
getReportByName(java.lang.String pReportName)
Get a report by its name.
|
org.gradle.api.reporting.SingleFileReport |
getXml()
Get the XML report file.
|
public org.gradle.api.reporting.SingleFileReport getXml()
CoberturaReportsTask. This directory
resides in a directory named "cobertura" in the project's report directory.getXml in interface org.myire.quill.cobertura.CoberturaReportspublic org.gradle.api.reporting.DirectoryReport getHtml()
CoberturaReportsTask. This directory resides in a
directory named "cobertura" in the project's report directory.getHtml in interface org.myire.quill.cobertura.CoberturaReportspublic org.gradle.api.reporting.Report getReportByName(java.lang.String pReportName)
ReportSetgetReportByName in interface ReportSetpReportName - The report's name.public org.myire.quill.cobertura.CoberturaReports configure(groovy.lang.Closure pClosure)
configure in interface org.gradle.util.Configurable<org.myire.quill.cobertura.CoberturaReports>