Uses of Class
org.apache.maven.api.model.ReportSet
-
Uses of ReportSet in org.apache.maven.api.model
Modifier and TypeMethodDescriptionReportSet.Builder.build()
static ReportSet
ReportSet.newInstance()
Creates a newReportSet
instance.static ReportSet
ReportSet.newInstance
(boolean withDefaults) Creates a newReportSet
instance using default values or not.ReportSet.withConfiguration
(Dom configuration) Creates a newReportSet
instance using the specified configuration.Creates a newReportSet
instance using the specified id.ReportSet.withInherited
(String inherited) Creates a newReportSet
instance using the specified inherited.ReportSet.withReports
(Collection<String> reports) Creates a newReportSet
instance using the specified reports.Modifier and TypeMethodDescriptionReportPlugin.getReportSets()
Multiple specifications of a set of reports, each having (possibly) different configuration.ReportPlugin.getReportSetsAsMap()
Modifier and TypeMethodDescriptionstatic 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.Modifier and TypeMethodDescriptionReportPlugin.Builder.reportSets
(Collection<ReportSet> reportSets) ReportPlugin.withReportSets
(Collection<ReportSet> reportSets) Creates a newReportPlugin
instance using the specified reportSets.