Uses of Class
org.apache.maven.api.model.ReportPlugin
-
Uses of ReportPlugin in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return ReportPluginModifier 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.Methods in org.apache.maven.api.model that return types with arguments of type ReportPluginModifier and TypeMethodDescriptionReporting.getPlugins()
The reporting plugins to use and their configuration.Methods in org.apache.maven.api.model with parameters of type ReportPluginModifier 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.Method parameters in org.apache.maven.api.model with type arguments of type ReportPluginModifier and TypeMethodDescriptionReporting.Builder.plugins
(Collection<ReportPlugin> plugins) Reporting.withPlugins
(Collection<ReportPlugin> plugins) Creates a newReporting
instance using the specified plugins.