Uses of Interface
org.jacoco.report.internal.html.IHTMLReportContext
Packages that use IHTMLReportContext
Package
Description
HTML report implementation.
-
Uses of IHTMLReportContext in org.jacoco.report.html
Classes in org.jacoco.report.html that implement IHTMLReportContextModifier and TypeClassDescriptionclassFormatter for coverage reports in multiple HTML pages. -
Uses of IHTMLReportContext in org.jacoco.report.internal.html
Fields in org.jacoco.report.internal.html declared as IHTMLReportContextConstructors in org.jacoco.report.internal.html with parameters of type IHTMLReportContextModifierConstructorDescriptionHTMLGroupVisitor(ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context, String name) Create a new group handler. -
Uses of IHTMLReportContext in org.jacoco.report.internal.html.page
Fields in org.jacoco.report.internal.html.page declared as IHTMLReportContextModifier and TypeFieldDescriptionprotected final IHTMLReportContextReportPage.contextcontext for this reportConstructors in org.jacoco.report.internal.html.page with parameters of type IHTMLReportContextModifierConstructorDescriptionBundlePage(IBundleCoverage bundle, ReportPage parent, ISourceFileLocator locator, ReportOutputFolder folder, IHTMLReportContext context) Creates a new visitor in the given context.ClassPage(IClassCoverage classNode, ReportPage parent, ILinkable sourcePage, ReportOutputFolder folder, IHTMLReportContext context) Creates a new visitor in the given context.GroupPage(ICoverageNode node, ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context) Creates a new visitor in the given context.protectedNodePage(NodeType node, ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context) Creates a new node page.PackagePage(IPackageCoverage node, ReportPage parent, ISourceFileLocator locator, ReportOutputFolder folder, IHTMLReportContext context) Creates a new visitor in the given context.PackageSourcePage(IPackageCoverage node, ReportPage parent, ISourceFileLocator locator, ReportOutputFolder folder, IHTMLReportContext context, ILinkable packagePage) Creates a new visitor in the given context.protectedReportPage(ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context) Creates a new report page.SessionsPage(List<SessionInfo> sessionInfos, Collection<ExecutionData> executionData, ElementIndex index, ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context) Creates a new page page to display session information.SourceFilePage(ISourceNode sourceFileNode, Reader sourceReader, int tabWidth, ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context) Creates a new page with given information.protectedTablePage(NodeType node, ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context) Creates a new node page.