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