Uses of Class
org.apache.maven.api.model.ReportPlugin
Packages that use ReportPlugin
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
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. -
Uses of ReportPlugin in org.apache.maven.api.services
Methods in org.apache.maven.api.services with parameters of type ReportPluginModifier and TypeMethodDescriptiondefault DependencyCoordinate
DependencyCoordinateFactory.create
(Session session, ReportPlugin reportPlugin) -
Uses of ReportPlugin in org.apache.maven.model
Methods in org.apache.maven.model that return ReportPluginMethods in org.apache.maven.model that return types with arguments of type ReportPluginModifier and TypeMethodDescriptionstatic List<ReportPlugin>
ReportPlugin.reportPluginToApiV4
(List<ReportPlugin> list) Method parameters in org.apache.maven.model with type arguments of type ReportPluginModifier and TypeMethodDescriptionstatic List<ReportPlugin>
ReportPlugin.reportPluginToApiV3
(List<ReportPlugin> list) Constructors in org.apache.maven.model with parameters of type ReportPluginModifierConstructorDescriptionReportPlugin
(ReportPlugin delegate) ReportPlugin
(ReportPlugin delegate, BaseObject parent) -
Uses of ReportPlugin in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge that return types with arguments of type ReportPluginModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer<ReportPlugin>
MavenModelMerger.getReportPluginKey()
Methods in org.apache.maven.model.merge with parameters of type ReportPluginModifier and TypeMethodDescriptionprotected void
MavenModelMerger.mergeReportPlugin_ReportSets
(ReportPlugin.Builder builder, ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) -
Uses of ReportPlugin in org.apache.maven.model.profile
Methods in org.apache.maven.model.profile with parameters of type ReportPluginModifier and TypeMethodDescriptionprotected void
DefaultProfileInjector.ProfileModelMerger.mergeReportPlugin_ReportSets
(ReportPlugin.Builder builder, ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) -
Uses of ReportPlugin in org.apache.maven.model.v4
Methods in org.apache.maven.model.v4 that return ReportPluginModifier and TypeMethodDescriptionprotected ReportPlugin
MavenMerger.mergeReportPlugin
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected ReportPlugin
MavenTransformer.transformReportPlugin
(ReportPlugin target) Methods in org.apache.maven.model.v4 that return types with arguments of type ReportPluginModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer<ReportPlugin>
MavenMerger.getReportPluginKey()
Methods in org.apache.maven.model.v4 with parameters of type ReportPluginModifier and TypeMethodDescriptionprotected void
MavenMerger.mergeReportPlugin
(ReportPlugin.Builder builder, ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected ReportPlugin
MavenMerger.mergeReportPlugin
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeReportPlugin_ArtifactId
(ReportPlugin.Builder builder, ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeReportPlugin_Configuration
(ReportPlugin.Builder builder, ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeReportPlugin_GroupId
(ReportPlugin.Builder builder, ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeReportPlugin_Inherited
(ReportPlugin.Builder builder, ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeReportPlugin_ReportSets
(ReportPlugin.Builder builder, ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeReportPlugin_Version
(ReportPlugin.Builder builder, ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected ReportPlugin
MavenTransformer.transformReportPlugin
(ReportPlugin target) protected void
MavenTransformer.transformReportPlugin_ArtifactId
(ReportPlugin.Builder builder, ReportPlugin target) protected void
MavenTransformer.transformReportPlugin_Configuration
(ReportPlugin.Builder builder, ReportPlugin target) protected void
MavenTransformer.transformReportPlugin_GroupId
(ReportPlugin.Builder builder, ReportPlugin target) protected void
MavenTransformer.transformReportPlugin_Inherited
(ReportPlugin.Builder builder, ReportPlugin target) protected void
MavenTransformer.transformReportPlugin_ReportSets
(ReportPlugin.Builder builder, ReportPlugin target) protected void
MavenTransformer.transformReportPlugin_Version
(ReportPlugin.Builder builder, ReportPlugin target)