| Package | Description |
|---|---|
| org.apache.maven.model |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ReportSet> |
ReportPlugin.getReportSets() |
Method getReportSets.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ReportPlugin.addReportSet(ReportSet reportSet) |
Method addReportSet.
|
void |
ReportPlugin.removeReportSet(ReportSet reportSet) |
Method removeReportSet.
|
| 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.
|