Modifier and Type | Method and Description |
---|---|
ReportPlugin.Builder |
ReportPlugin.Builder.artifactId(String artifactId) |
ReportPlugin.Builder |
ReportPlugin.Builder.configuration(Dom configuration) |
ReportPlugin.Builder |
ReportPlugin.Builder.groupId(String groupId) |
ReportPlugin.Builder |
ReportPlugin.Builder.inherited(String inherited) |
ReportPlugin.Builder |
ReportPlugin.Builder.location(Object key,
InputLocation location) |
static ReportPlugin.Builder |
ReportPlugin.newBuilder()
Creates a new
ReportPlugin builder instance. |
static ReportPlugin.Builder |
ReportPlugin.newBuilder(boolean withDefaults)
Creates a new
ReportPlugin builder instance using default values or not. |
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. |
ReportPlugin.Builder |
ReportPlugin.Builder.reportSets(Collection<ReportSet> reportSets) |
ReportPlugin.Builder |
ReportPlugin.Builder.version(String version) |
ReportPlugin.Builder |
ReportPlugin.with()
Creates a new builder with this object as the basis.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.