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 ReportingReporting.newInstance()Creates a newReportinginstance.static ReportingReporting.newInstance(boolean withDefaults) Creates a newReportinginstance using default values or not.Reporting.withExcludeDefaults(String excludeDefaults) Creates a newReportinginstance using the specified excludeDefaults.Reporting.withOutputDirectory(String outputDirectory) Creates a newReportinginstance using the specified outputDirectory.Reporting.withPlugins(Collection<ReportPlugin> plugins) Creates a newReportinginstance using the specified plugins.Methods in org.apache.maven.api.model with parameters of type ReportingModifier and TypeMethodDescriptionstatic Reporting.BuilderReporting.newBuilder(Reporting from) Creates a newReportingbuilder instance using the specified object as a basis.static Reporting.BuilderReporting.newBuilder(Reporting from, boolean forceCopy) Creates a newReportingbuilder instance using the specified object as a basis.Model.withReporting(Reporting reporting) Creates a newModelinstance using the specified reporting.ModelBase.withReporting(Reporting reporting) Creates a newModelBaseinstance using the specified reporting.Profile.withReporting(Reporting reporting) Creates a newProfileinstance using the specified reporting.