Uses of Class
org.apache.maven.model.ReportPlugin
Packages that use ReportPlugin
- 
Uses of ReportPlugin in org.apache.maven.modelMethods in org.apache.maven.model that return ReportPluginMethods in org.apache.maven.model that return types with arguments of type ReportPluginModifier and TypeMethodDescriptionReporting.getPlugins()static List<ReportPlugin> ReportPlugin.reportPluginToApiV3(List<ReportPlugin> list) Methods in org.apache.maven.model with parameters of type ReportPluginModifier and TypeMethodDescriptionvoidReporting.addPlugin(ReportPlugin plugin) voidReporting.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) voidReporting.setPlugins(List<ReportPlugin> plugins) 
- 
Uses of ReportPlugin in org.apache.maven.pluginConstructors in org.apache.maven.plugin with parameters of type ReportPluginModifierConstructorDescriptionPluginLoaderException(ReportPlugin plugin, String message) PluginLoaderException(ReportPlugin plugin, String message, Throwable cause) 
- 
Uses of ReportPlugin in org.apache.maven.projectMethods in org.apache.maven.project that return types with arguments of type ReportPlugin