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