Uses of Class
org.jacoco.maven.ReportSupport
Packages that use ReportSupport
-
Uses of ReportSupport in org.jacoco.maven
Methods in org.jacoco.maven with parameters of type ReportSupportModifier and TypeMethodDescriptionprivate voidAbstractReportMojo.addFormatters(ReportSupport support, Locale locale) (package private) abstract voidAbstractReportMojo.createReport(IReportGroupVisitor visitor, ReportSupport support) (package private) voidReportAggregateMojo.createReport(IReportGroupVisitor visitor, ReportSupport support) (package private) voidReportITMojo.createReport(IReportGroupVisitor visitor, ReportSupport support) (package private) voidReportMojo.createReport(IReportGroupVisitor visitor, ReportSupport support) (package private) abstract voidAbstractReportMojo.loadExecutionData(ReportSupport support) (package private) voidReportAggregateMojo.loadExecutionData(ReportSupport support) private voidReportAggregateMojo.loadExecutionData(ReportSupport support, FileFilter filter, File basedir) (package private) voidReportITMojo.loadExecutionData(ReportSupport support) (package private) voidReportMojo.loadExecutionData(ReportSupport support) private voidReportAggregateMojo.processProject(ReportSupport support, IReportGroupVisitor group, org.apache.maven.project.MavenProject project)