Uses of Class
org.apache.maven.reporting.exec.ReportSet
-
Packages that use ReportSet Package Description org.apache.maven.reporting.exec -
-
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. reportSetsMethods 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 voidReportPlugin. setReportSets(java.util.List<ReportSet> reportSets)
-