public class CpdReportsImpl extends java.lang.Object implements CpdReports
CpdReports.FORMAT_CSV, FORMAT_CSV_LINECOUNT, FORMAT_TEXT, FORMAT_VS, FORMAT_XML| Modifier and Type | Method and Description |
|---|---|
CpdReports |
configure(groovy.lang.Closure pClosure) |
TransformingReport |
getHtml()
Get the HTML report.
|
FormatChoiceReport |
getPrimary()
Get the primary report.
|
org.gradle.api.reporting.Report |
getReportByName(java.lang.String pReportName)
Get a report by its name.
|
public FormatChoiceReport getPrimary()
format property. The default file
is located in a directory called "cpd" in the project's report directory or, if no
project report directory is defined, in a subdirectory called "cpd" in the
project's build directory.getPrimary in interface CpdReportspublic TransformingReport getHtml()
getHtml in interface CpdReportspublic org.gradle.api.reporting.Report getReportByName(java.lang.String pReportName)
ReportSetgetReportByName in interface ReportSetpReportName - The report's name.public CpdReports configure(groovy.lang.Closure pClosure)
configure in interface org.gradle.util.Configurable<CpdReports>