Uses of Class
org.apache.maven.api.model.ReportSet
-
Uses of ReportSet in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return ReportSetModifier and TypeMethodDescriptionReportSet.Builder.build()static ReportSetReportSet.newInstance()Creates a newReportSetinstance.static ReportSetReportSet.newInstance(boolean withDefaults) Creates a newReportSetinstance using default values or not.ReportSet.withConfiguration(Dom configuration) Creates a newReportSetinstance using the specified configuration.Creates a newReportSetinstance using the specified id.ReportSet.withInherited(String inherited) Creates a newReportSetinstance using the specified inherited.ReportSet.withReports(Collection<String> reports) Creates a newReportSetinstance using the specified reports.Methods in org.apache.maven.api.model that return types with arguments of type ReportSetModifier and TypeMethodDescriptionReportPlugin.getReportSets()Multiple specifications of a set of reports, each having (possibly) different configuration.ReportPlugin.getReportSetsAsMap()Methods in org.apache.maven.api.model with parameters of type ReportSetModifier and TypeMethodDescriptionstatic 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.Method parameters in org.apache.maven.api.model with type arguments of type ReportSetModifier and TypeMethodDescriptionReportPlugin.Builder.reportSets(Collection<ReportSet> reportSets) ReportPlugin.withReportSets(Collection<ReportSet> reportSets) Creates a newReportPlugininstance using the specified reportSets.