Uses of Class
org.apache.maven.api.model.ReportPlugin.Builder
Packages that use ReportPlugin.Builder
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo model.-
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(XmlNode 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.