Uses of Class
org.apache.maven.model.ReportPlugin
-
Packages that use ReportPlugin Package Description org.apache.maven.model org.apache.maven.project -
-
Uses of ReportPlugin in org.apache.maven.model
Methods in org.apache.maven.model that return types with arguments of type ReportPlugin Modifier and Type Method Description List<ReportPlugin>Reporting. getPlugins()Method getPlugins.Methods in org.apache.maven.model with parameters of type ReportPlugin Modifier and Type Method Description voidReporting. addPlugin(ReportPlugin reportPlugin)Method addPlugin.voidReporting. removePlugin(ReportPlugin reportPlugin)Method removePlugin.Method parameters in org.apache.maven.model with type arguments of type ReportPlugin Modifier and Type Method Description voidReporting. setPlugins(List<ReportPlugin> plugins)Set the reporting plugins to use and their configuration. -
Uses of ReportPlugin in org.apache.maven.project
Methods in org.apache.maven.project that return ReportPlugin Modifier and Type Method Description static ReportPluginModelUtils. cloneReportPlugin(ReportPlugin src)Methods in org.apache.maven.project with parameters of type ReportPlugin Modifier and Type Method Description static ReportPluginModelUtils. cloneReportPlugin(ReportPlugin src)static voidModelUtils. mergeReportPluginDefinitions(ReportPlugin child, ReportPlugin parent, boolean handleAsInheritance)
-