Uses of Class
org.apache.maven.api.model.ReportSet.Builder
-
Uses of ReportSet.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return ReportSet.BuilderModifier and TypeMethodDescriptionReportSet.Builder.configuration(Dom configuration) ReportSet.Builder.location(Object key, InputLocation location) static ReportSet.BuilderReportSet.newBuilder()Creates a newReportSetbuilder instance.static ReportSet.BuilderReportSet.newBuilder(boolean withDefaults) Creates a newReportSetbuilder instance using default values or not.static ReportSet.BuilderReportSet.newBuilder(ReportSet from) Creates a newReportSetbuilder instance using the specified object as a basis.static ReportSet.BuilderReportSet.newBuilder(ReportSet from, boolean forceCopy) Creates a newReportSetbuilder 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.