Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.plugin | |
org.apache.maven.project |
Modifier and Type | Method and Description |
---|---|
ReportPlugin |
ReportPlugin.clone() |
Modifier and Type | Method and Description |
---|---|
List<ReportPlugin> |
Reporting.getPlugins() |
static List<ReportPlugin> |
ReportPlugin.reportPluginToApiV3(List<ReportPlugin> list) |
Modifier and Type | Method and Description |
---|---|
void |
Reporting.addPlugin(ReportPlugin plugin) |
void |
Reporting.removePlugin(ReportPlugin plugin) |
Modifier and Type | Method and Description |
---|---|
static List<ReportPlugin> |
ReportPlugin.reportPluginToApiV4(List<ReportPlugin> list) |
void |
Reporting.setPlugins(List<ReportPlugin> plugins) |
Constructor and Description |
---|
PluginLoaderException(ReportPlugin plugin,
String message) |
PluginLoaderException(ReportPlugin plugin,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
List<ReportPlugin> |
MavenProject.getReportPlugins()
Deprecated.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.