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 private void
AbstractReportMojo. 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)
private void
ReportAggregateMojo. processProject(ReportSupport support, IReportGroupVisitor group, org.apache.maven.project.MavenProject project)
-