Uses of Class
org.apache.maven.api.model.Reporting
Packages that use Reporting
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of Reporting in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return ReportingModifier 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.Methods in org.apache.maven.api.model with parameters of type ReportingModifier 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
Methods in org.apache.maven.model that return ReportingMethods in org.apache.maven.model that return types with arguments of type ReportingMethod parameters in org.apache.maven.model with type arguments of type ReportingConstructors in org.apache.maven.model with parameters of type Reporting -
Uses of Reporting in org.apache.maven.model.inheritance
Methods in org.apache.maven.model.inheritance with parameters of type ReportingModifier 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
Methods in org.apache.maven.model.profile with parameters of type ReportingModifier 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
Methods in org.apache.maven.model.v4 that return ReportingModifier and TypeMethodDescriptionprotected Reporting
MavenMerger.mergeReporting
(Reporting target, Reporting source, boolean sourceDominant, Map<Object, Object> context) protected Reporting
MavenTransformer.transformReporting
(Reporting target) Methods in org.apache.maven.model.v4 that return types with arguments of type ReportingModifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<Reporting> MavenMerger.getReportingKey()
Methods in org.apache.maven.model.v4 with parameters of type ReportingModifier 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)