Uses of Interface
org.jacoco.report.IMultiReportOutput
-
Packages that use IMultiReportOutput Package Description org.jacoco.report Common interfaces and utilities for report generation.org.jacoco.report.html HTML report implementation.org.jacoco.report.internal -
-
Uses of IMultiReportOutput in org.jacoco.report
Classes in org.jacoco.report that implement IMultiReportOutput Modifier and Type Class Description class
FileMultiReportOutput
Implementation ofIMultiReportOutput
that writes files directly to a given directory.class
ZipMultiReportOutput
Implementation ofIMultiReportOutput
that writes files into aZipOutputStream
. -
Uses of IMultiReportOutput in org.jacoco.report.html
Methods in org.jacoco.report.html with parameters of type IMultiReportOutput Modifier and Type Method Description IReportVisitor
HTMLFormatter. createVisitor(IMultiReportOutput output)
Creates a new visitor to write a report to the given output. -
Uses of IMultiReportOutput in org.jacoco.report.internal
Constructors in org.jacoco.report.internal with parameters of type IMultiReportOutput Constructor Description ReportOutputFolder(IMultiReportOutput output)
Creates a new root folder for the given output.
-