Modifier and Type | Method and Description |
---|---|
ReportPlugin |
ReportPlugin.Builder.build() |
static ReportPlugin |
ReportPlugin.newInstance()
Creates a new
ReportPlugin instance. |
static ReportPlugin |
ReportPlugin.newInstance(boolean withDefaults)
Creates a new
ReportPlugin instance using default values or not. |
ReportPlugin |
ReportPlugin.withArtifactId(String artifactId)
Creates a new
ReportPlugin instance using the specified artifactId. |
ReportPlugin |
ReportPlugin.withConfiguration(Dom configuration)
Creates a new
ReportPlugin instance using the specified configuration. |
ReportPlugin |
ReportPlugin.withGroupId(String groupId)
Creates a new
ReportPlugin instance using the specified groupId. |
ReportPlugin |
ReportPlugin.withInherited(String inherited)
Creates a new
ReportPlugin instance using the specified inherited. |
ReportPlugin |
ReportPlugin.withReportSets(Collection<ReportSet> reportSets)
Creates a new
ReportPlugin instance using the specified reportSets. |
ReportPlugin |
ReportPlugin.withVersion(String version)
Creates a new
ReportPlugin instance using the specified version. |
Modifier and Type | Method and Description |
---|---|
List<ReportPlugin> |
Reporting.getPlugins()
The reporting plugins to use and their configuration.
|
Modifier and Type | Method and Description |
---|---|
static ReportPlugin.Builder |
ReportPlugin.newBuilder(ReportPlugin from)
Creates a new
ReportPlugin builder instance using the specified object as a basis. |
static ReportPlugin.Builder |
ReportPlugin.newBuilder(ReportPlugin from,
boolean forceCopy)
Creates a new
ReportPlugin builder instance using the specified object as a basis. |
Modifier and Type | Method and Description |
---|---|
Reporting.Builder |
Reporting.Builder.plugins(Collection<ReportPlugin> plugins) |
Reporting |
Reporting.withPlugins(Collection<ReportPlugin> plugins)
Creates a new
Reporting instance using the specified plugins. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.