Uses of Class
org.apache.maven.api.model.Reporting
-
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.