public class CpdReportsImpl extends Reports<org.gradle.api.reporting.SingleFileReport> implements CpdReports
| Constructor and Description |
|---|
CpdReportsImpl(Cpd task,
org.gradle.api.model.ObjectFactory objects) |
| Modifier and Type | Method and Description |
|---|---|
void |
csv(org.gradle.api.Action<CpdCsvFileReport> action)
Configures the csv report.
|
CpdCsvFileReport |
getCsv() |
CpdTextFileReport |
getText() |
org.gradle.api.reporting.SingleFileReport |
getVs() |
CpdXmlFileReport |
getXml() |
void |
text(org.gradle.api.Action<CpdTextFileReport> action)
Configures the text report.
|
void |
vs(org.gradle.api.Action<org.gradle.api.reporting.SingleFileReport> action)
Configures the vs report.
|
void |
xml(org.gradle.api.Action<CpdXmlFileReport> action)
Configures the xml report.
|
add, addAll, addAllLater, addLater, addReport, addRule, addRule, addRule, all, all, clear, configure, configureEach, contains, containsAll, findAll, findByName, getAsMap, getAt, getByName, getByName, getByName, getCollectionSchema, getEnabled, getEnabledReports, getNamer, getNames, getRules, isEmpty, iterator, matching, matching, named, named, named, named, named, remove, removeAll, retainAll, size, toArray, toArray, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType, withTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsMap, getEnabled, getEnabledReports, getNamer, getNames, getRules, isEmptyfindAll, matching, matching, named, withTypeadd, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByName, getCollectionSchema, named, named, named, namedaddAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType@Inject public CpdReportsImpl(Cpd task, org.gradle.api.model.ObjectFactory objects)
public CpdCsvFileReport getCsv()
getCsv in interface CpdReportspublic CpdTextFileReport getText()
getText in interface CpdReportspublic org.gradle.api.reporting.SingleFileReport getVs()
getVs in interface CpdReportspublic CpdXmlFileReport getXml()
getXml in interface CpdReportspublic void csv(org.gradle.api.Action<CpdCsvFileReport> action)
CpdReportscsv in interface CpdReportsaction - The Configuration closure/action.public void text(org.gradle.api.Action<CpdTextFileReport> action)
CpdReportstext in interface CpdReportsaction - The Configuration closure/action.public void vs(org.gradle.api.Action<org.gradle.api.reporting.SingleFileReport> action)
CpdReportsvs in interface CpdReportsaction - The Configuration closure/action.public void xml(org.gradle.api.Action<CpdXmlFileReport> action)
CpdReportsxml in interface CpdReportsaction - The Configuration closure/action.