Uses of Class
org.apache.maven.api.model.ReportPlugin
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
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
(XmlNode 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. -
Uses of ReportPlugin in org.apache.maven.api.services
Modifier and TypeMethodDescriptiondefault DependencyCoordinate
DependencyCoordinateFactory.create
(Session session, ReportPlugin reportPlugin) -
Uses of ReportPlugin in org.apache.maven.model
Modifier and TypeMethodDescriptionstatic List<ReportPlugin>
ReportPlugin.reportPluginToApiV4
(List<ReportPlugin> list) Modifier and TypeMethodDescriptionstatic List<ReportPlugin>
ReportPlugin.reportPluginToApiV3
(List<ReportPlugin> list) ModifierConstructorDescriptionReportPlugin
(ReportPlugin delegate) ReportPlugin
(ReportPlugin delegate, BaseObject parent) -
Uses of ReportPlugin in org.apache.maven.model.merge
Modifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer<ReportPlugin>
MavenModelMerger.getReportPluginKey()
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected ReportPlugin
MavenMerger.mergeReportPlugin
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected ReportPlugin
MavenTransformer.transformReportPlugin
(ReportPlugin target) Modifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer<ReportPlugin>
MavenMerger.getReportPluginKey()
Modifier 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)