Uses of Class
org.apache.maven.model.ReportSet
-
Packages that use ReportSet Package Description org.apache.maven.model -
-
Uses of ReportSet in org.apache.maven.model
Methods in org.apache.maven.model that return types with arguments of type ReportSet Modifier and Type Method Description java.util.List<ReportSet>
ReportPlugin. getReportSets()
Method getReportSets.Methods in org.apache.maven.model with parameters of type ReportSet Modifier and Type Method Description void
ReportPlugin. addReportSet(ReportSet reportSet)
Method addReportSet.void
ReportPlugin. removeReportSet(ReportSet reportSet)
Method removeReportSet.Method parameters in org.apache.maven.model with type arguments of type ReportSet Modifier and Type Method Description void
ReportPlugin. setReportSets(java.util.List<ReportSet> reportSets)
Set multiple specifications of a set of reports, each having (possibly) different configuration.
-