Uses of Class
org.apache.maven.api.model.ReportPlugin.Builder
-
Uses of ReportPlugin.Builder in org.apache.maven.api.model
Modifier and TypeMethodDescriptionReportPlugin.Builder.artifactId
(String artifactId) ReportPlugin.Builder.configuration
(Dom configuration) ReportPlugin.Builder.location
(Object key, InputLocation location) static ReportPlugin.Builder
ReportPlugin.newBuilder()
Creates a newReportPlugin
builder instance.static ReportPlugin.Builder
ReportPlugin.newBuilder
(boolean withDefaults) Creates a newReportPlugin
builder instance using default values or not.static ReportPlugin.Builder
ReportPlugin.newBuilder
(ReportPlugin from) Creates a newReportPlugin
builder instance using the specified object as a basis.static ReportPlugin.Builder
ReportPlugin.newBuilder
(ReportPlugin from, boolean forceCopy) Creates a newReportPlugin
builder instance using the specified object as a basis.ReportPlugin.Builder.reportSets
(Collection<ReportSet> reportSets) ReportPlugin.with()
Creates a new builder with this object as the basis.