Modifier and Type | Method and Description |
---|---|
Reporting |
Reporting.Builder.build() |
Reporting |
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 new
Reporting instance. |
static Reporting |
Reporting.newInstance(boolean withDefaults)
Creates a new
Reporting instance using default values or not. |
Reporting |
Reporting.withExcludeDefaults(String excludeDefaults)
Creates a new
Reporting instance using the specified excludeDefaults. |
Reporting |
Reporting.withOutputDirectory(String outputDirectory)
Creates a new
Reporting instance using the specified outputDirectory. |
Reporting |
Reporting.withPlugins(Collection<ReportPlugin> plugins)
Creates a new
Reporting instance using the specified plugins. |
Modifier and Type | Method and Description |
---|---|
static Reporting.Builder |
Reporting.newBuilder(Reporting from)
Creates a new
Reporting builder instance using the specified object as a basis. |
static Reporting.Builder |
Reporting.newBuilder(Reporting from,
boolean forceCopy)
Creates a new
Reporting builder instance using the specified object as a basis. |
Model.Builder |
Model.Builder.reporting(Reporting reporting) |
Profile.Builder |
Profile.Builder.reporting(Reporting reporting) |
ModelBase.Builder |
ModelBase.Builder.reporting(Reporting reporting) |
Model |
Model.withReporting(Reporting reporting)
Creates a new
Model instance using the specified reporting. |
Profile |
Profile.withReporting(Reporting reporting)
Creates a new
Profile instance using the specified reporting. |
ModelBase |
ModelBase.withReporting(Reporting reporting)
Creates a new
ModelBase instance using the specified reporting. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.