Uses of Class
org.apache.maven.api.model.Reporting
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of Reporting in org.apache.maven.api.model
Modifier and TypeMethodDescriptionReporting.Builder.build()
ModelBase.getReporting()
This element includes the specification of report plugins to use to generate the reports on the Maven-generated site.static Reporting
Reporting.newInstance()
Creates a newReporting
instance.static Reporting
Reporting.newInstance
(boolean withDefaults) Creates a newReporting
instance using default values or not.Reporting.withExcludeDefaults
(String excludeDefaults) Creates a newReporting
instance using the specified excludeDefaults.Reporting.withOutputDirectory
(String outputDirectory) Creates a newReporting
instance using the specified outputDirectory.Reporting.withPlugins
(Collection<ReportPlugin> plugins) Creates a newReporting
instance using the specified plugins.Modifier and TypeMethodDescriptionstatic Reporting.Builder
Reporting.newBuilder
(Reporting from) Creates a newReporting
builder instance using the specified object as a basis.static Reporting.Builder
Reporting.newBuilder
(Reporting from, boolean forceCopy) Creates a newReporting
builder instance using the specified object as a basis.Model.withReporting
(Reporting reporting) Creates a newModel
instance using the specified reporting.ModelBase.withReporting
(Reporting reporting) Creates a newModelBase
instance using the specified reporting.Profile.withReporting
(Reporting reporting) Creates a newProfile
instance using the specified reporting. -
Uses of Reporting in org.apache.maven.model
-
Uses of Reporting in org.apache.maven.model.inheritance
Modifier and TypeMethodDescriptionprotected void
DefaultInheritanceAssembler.InheritanceModelMerger.mergeReporting_Plugins
(Reporting.Builder builder, Reporting target, Reporting source, boolean sourceDominant, Map<Object, Object> context) -
Uses of Reporting in org.apache.maven.model.profile
Modifier and TypeMethodDescriptionprotected void
DefaultProfileInjector.ProfileModelMerger.mergeReporting_Plugins
(Reporting.Builder builder, Reporting target, Reporting source, boolean sourceDominant, Map<Object, Object> context) -
Uses of Reporting in org.apache.maven.model.v4
Modifier and TypeMethodDescriptionprotected Reporting
MavenMerger.mergeReporting
(Reporting target, Reporting source, boolean sourceDominant, Map<Object, Object> context) protected Reporting
MavenTransformer.transformReporting
(Reporting target) Modifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<Reporting> MavenMerger.getReportingKey()
Modifier and TypeMethodDescriptionprotected void
MavenMerger.mergeReporting
(Reporting.Builder builder, Reporting target, Reporting source, boolean sourceDominant, Map<Object, Object> context) protected Reporting
MavenMerger.mergeReporting
(Reporting target, Reporting source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeReporting_ExcludeDefaults
(Reporting.Builder builder, Reporting target, Reporting source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeReporting_OutputDirectory
(Reporting.Builder builder, Reporting target, Reporting source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergeReporting_Plugins
(Reporting.Builder builder, Reporting target, Reporting source, boolean sourceDominant, Map<Object, Object> context) protected Reporting
MavenTransformer.transformReporting
(Reporting target) protected void
MavenTransformer.transformReporting_ExcludeDefaults
(Reporting.Builder builder, Reporting target) protected void
MavenTransformer.transformReporting_OutputDirectory
(Reporting.Builder builder, Reporting target) protected void
MavenTransformer.transformReporting_Plugins
(Reporting.Builder builder, Reporting target)