Uses of Class
org.apache.maven.model.ReportPlugin
Packages that use ReportPlugin
-
Uses of ReportPlugin in org.apache.maven.model
Methods in org.apache.maven.model that return ReportPluginMethods in org.apache.maven.model that return types with arguments of type ReportPluginModifier and TypeMethodDescriptionReporting.getPlugins()
Reporting.getReportPluginsAsMap()
static List<ReportPlugin>
ReportPlugin.reportPluginToApiV3
(List<ReportPlugin> list) Methods in org.apache.maven.model with parameters of type ReportPluginModifier and TypeMethodDescriptionvoid
Reporting.addPlugin
(ReportPlugin plugin) void
Reporting.removePlugin
(ReportPlugin plugin) Method parameters in org.apache.maven.model with type arguments of type ReportPluginModifier and TypeMethodDescriptionstatic List<ReportPlugin>
ReportPlugin.reportPluginToApiV4
(List<ReportPlugin> list) void
Reporting.setPlugins
(List<ReportPlugin> plugins) -
Uses of ReportPlugin in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type ReportPluginModifier and TypeMethodDescriptionprotected Object
ModelMerger.getReportPluginKey
(ReportPlugin reportPlugin) protected void
ModelMerger.mergeReportPlugin
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeReportPlugin_ArtifactId
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeReportPlugin_GroupId
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeReportPlugin_ReportSets
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeReportPlugin_Version
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context)