Uses of Class
org.apache.maven.model.ReportPlugin
Packages that use ReportPlugin
Package
Description
-
Uses of ReportPlugin in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type ReportPluginMethods in org.apache.maven.model that return types with arguments of type ReportPluginMethods in org.apache.maven.model with parameters of type ReportPluginModifier and TypeMethodDescriptionvoidReporting.addPlugin(ReportPlugin reportPlugin) Method addPlugin.voidReporting.removePlugin(ReportPlugin reportPlugin) Method removePlugin.Method parameters in org.apache.maven.model with type arguments of type ReportPluginModifier and TypeMethodDescriptionvoidReporting.setPlugins(List<ReportPlugin> plugins) Set the reporting plugins to use and their configuration. -
Uses of ReportPlugin in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ReportPluginModifier and TypeMethodDescriptionprivate ReportPluginMavenXpp3Reader.parseReportPlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseReportPlugin.Methods in org.apache.maven.model.io.xpp3 with parameters of type ReportPluginModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writeReportPlugin(ReportPlugin reportPlugin, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeReportPlugin. -
Uses of ReportPlugin in org.apache.maven.project
Methods in org.apache.maven.project that return ReportPluginModifier and TypeMethodDescriptionstatic ReportPluginModelUtils.cloneReportPlugin(ReportPlugin src) Methods in org.apache.maven.project with parameters of type ReportPluginModifier and TypeMethodDescriptionstatic ReportPluginModelUtils.cloneReportPlugin(ReportPlugin src) static voidModelUtils.mergeReportPluginDefinitions(ReportPlugin child, ReportPlugin parent, boolean handleAsInheritance) -
Uses of ReportPlugin in org.apache.maven.project.injection
Methods in org.apache.maven.project.injection with parameters of type ReportPluginModifier and TypeMethodDescriptionprivate voidDefaultProfileInjector.mergeReportPlugins(ReportPlugin dominant, ReportPlugin recessive)