Uses of Class
org.apache.maven.reporting.exec.ReportSet
-
-
Uses of ReportSet in org.apache.maven.reporting.exec
Fields in org.apache.maven.reporting.exec with type parameters of type ReportSet Modifier and Type Field Description private java.util.List<ReportSet>
ReportPlugin. reportSets
Methods in org.apache.maven.reporting.exec that return types with arguments of type ReportSet Modifier and Type Method Description java.util.List<ReportSet>
ReportPlugin. getReportSets()
Method parameters in org.apache.maven.reporting.exec with type arguments of type ReportSet Modifier and Type Method Description void
ReportPlugin. setReportSets(java.util.List<ReportSet> reportSets)
-