Uses of Class
org.jacoco.maven.ReportSupport
-
Packages that use ReportSupport Package Description org.jacoco.maven -
-
Uses of ReportSupport in org.jacoco.maven
Methods in org.jacoco.maven with parameters of type ReportSupport Modifier and Type Method Description (package private) abstract void
AbstractReportMojo. addFormatters(ReportSupport support, java.util.Locale locale)
(package private) void
ReportAggregateMojo. addFormatters(ReportSupport support, java.util.Locale locale)
(package private) void
ReportITMojo. addFormatters(ReportSupport support, java.util.Locale locale)
(package private) void
ReportMojo. addFormatters(ReportSupport support, java.util.Locale locale)
(package private) abstract void
AbstractReportMojo. createReport(IReportGroupVisitor visitor, ReportSupport support)
(package private) void
ReportAggregateMojo. createReport(IReportGroupVisitor visitor, ReportSupport support)
(package private) void
ReportITMojo. createReport(IReportGroupVisitor visitor, ReportSupport support)
(package private) void
ReportMojo. createReport(IReportGroupVisitor visitor, ReportSupport support)
(package private) abstract void
AbstractReportMojo. loadExecutionData(ReportSupport support)
(package private) void
ReportAggregateMojo. loadExecutionData(ReportSupport support)
private void
ReportAggregateMojo. loadExecutionData(ReportSupport support, FileFilter filter, java.io.File basedir)
(package private) void
ReportITMojo. loadExecutionData(ReportSupport support)
(package private) void
ReportMojo. loadExecutionData(ReportSupport support)
-