Uses of Class
org.apache.maven.api.model.ReportPlugin
-
Uses of ReportPlugin in org.apache.maven.api.model
Modifier and TypeMethodDescriptionReportPlugin.Builder.build()
static ReportPlugin
ReportPlugin.newInstance()
Creates a newReportPlugin
instance.static ReportPlugin
ReportPlugin.newInstance
(boolean withDefaults) Creates a newReportPlugin
instance using default values or not.ReportPlugin.withArtifactId
(String artifactId) Creates a newReportPlugin
instance using the specified artifactId.ReportPlugin.withConfiguration
(Dom configuration) Creates a newReportPlugin
instance using the specified configuration.ReportPlugin.withGroupId
(String groupId) Creates a newReportPlugin
instance using the specified groupId.ReportPlugin.withInherited
(String inherited) Creates a newReportPlugin
instance using the specified inherited.ReportPlugin.withReportSets
(Collection<ReportSet> reportSets) Creates a newReportPlugin
instance using the specified reportSets.ReportPlugin.withVersion
(String version) Creates a newReportPlugin
instance using the specified version.Modifier and TypeMethodDescriptionReporting.getPlugins()
The reporting plugins to use and their configuration.Modifier and TypeMethodDescriptionstatic ReportPlugin.Builder
ReportPlugin.newBuilder
(ReportPlugin from) Creates a newReportPlugin
builder instance using the specified object as a basis.static ReportPlugin.Builder
ReportPlugin.newBuilder
(ReportPlugin from, boolean forceCopy) Creates a newReportPlugin
builder instance using the specified object as a basis.Modifier and TypeMethodDescriptionReporting.Builder.plugins
(Collection<ReportPlugin> plugins) Reporting.withPlugins
(Collection<ReportPlugin> plugins) Creates a newReporting
instance using the specified plugins.