public class CoberturaReportsImpl extends java.lang.Object
Default implementation of CoberturaReports.
| Type Params | Return Type | Name and description |
|---|---|---|
|
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) |
|
org.gradle.api.reporting.SingleFileReport |
getXml()Get the XML report file. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Get the Cobertura HTML report directory. The default value is a directory with the same name
as the context of the owning CoberturaReportsTask. This directory resides in a
directory named "cobertura" in the project's report directory.
Get the XML report file. Default is a file called "coverage.xml" in a directory
with the same name as the context of the owning CoberturaReportsTask. This directory
resides in a directory named "cobertura" in the project's report directory.