Uses of Class
org.apache.maven.model.ReportSet
Packages that use ReportSet
-
Uses of ReportSet in org.apache.maven.model
Methods in org.apache.maven.model that return ReportSetMethods in org.apache.maven.model that return types with arguments of type ReportSetModifier and TypeMethodDescriptionReportPlugin.getReportSets()ReportPlugin.getReportSetsAsMap()ReportSet.reportSetToApiV3(List<ReportSet> list) Methods in org.apache.maven.model with parameters of type ReportSetModifier and TypeMethodDescriptionvoidReportPlugin.addReportSet(ReportSet reportSet) voidReportPlugin.removeReportSet(ReportSet reportSet) Method parameters in org.apache.maven.model with type arguments of type ReportSetModifier and TypeMethodDescriptionReportSet.reportSetToApiV4(List<ReportSet> list) voidReportPlugin.setReportSets(List<ReportSet> reportSets) -
Uses of ReportSet in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type ReportSetModifier and TypeMethodDescriptionprotected ObjectMavenModelMerger.getReportSetKey(ReportSet reportSet) Deprecated.protected ObjectModelMerger.getReportSetKey(ReportSet reportSet) protected voidModelMerger.mergeReportSet(ReportSet target, ReportSet source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeReportSet_Id(ReportSet target, ReportSet source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeReportSet_Reports(ReportSet target, ReportSet source, boolean sourceDominant, Map<Object, Object> context)