Uses of Class
org.jacoco.report.internal.html.page.ReportPage
Packages that use ReportPage
-
Uses of ReportPage in org.jacoco.report.internal.html
Constructors in org.jacoco.report.internal.html with parameters of type ReportPageModifierConstructorDescriptionHTMLGroupVisitor(ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context, String name) Create a new group handler. -
Uses of ReportPage in org.jacoco.report.internal.html.page
Subclasses of ReportPage in org.jacoco.report.internal.html.pageModifier and TypeClassDescriptionclassPage showing coverage information for a bundle.classPage showing coverage information for a class as a table of methods.classPage showing coverage information for a node that groups other nodes.classNodePage<NodeType extends ICoverageNode>Report page that represents a coverage node.classPage showing coverage information for a Java package.classPage showing coverage information for a Java package.classPage to display information about sessions covered by this report.classPage showing the content of a source file with numbered and highlighted source lines.classTablePage<NodeType extends ICoverageNode>Report page that contains a table of items linked to other pages.Constructors in org.jacoco.report.internal.html.page with parameters of type ReportPageModifierConstructorDescriptionBundlePage(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.