|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IHTMLReportContext | |
|---|---|
| org.jacoco.report.html | HTML report implementation. |
| org.jacoco.report.internal.html | |
| org.jacoco.report.internal.html.page | |
| Uses of IHTMLReportContext in org.jacoco.report.html |
|---|
| Classes in org.jacoco.report.html that implement IHTMLReportContext | |
|---|---|
class |
HTMLFormatter
Formatter for coverage reports in multiple HTML pages. |
| Uses of IHTMLReportContext in org.jacoco.report.internal.html |
|---|
| Constructors in org.jacoco.report.internal.html with parameters of type IHTMLReportContext | |
|---|---|
HTMLGroupVisitor(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 IHTMLReportContext | |
|---|---|
protected IHTMLReportContext |
ReportPage.context
context for this report |
| Constructors in org.jacoco.report.internal.html.page with parameters of type IHTMLReportContext | |
|---|---|
BundlePage(org.jacoco.core.analysis.IBundleCoverage bundle,
ReportPage parent,
ISourceFileLocator locator,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new visitor in the given context. |
|
ClassPage(org.jacoco.core.analysis.IClassCoverage classNode,
ReportPage parent,
ILinkable sourcePage,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new visitor in the given context. |
|
GroupPage(org.jacoco.core.analysis.ICoverageNode node,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new visitor in the given context. |
|
NodePage(NodeType node,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new node page. |
|
PackagePage(org.jacoco.core.analysis.IPackageCoverage node,
ReportPage parent,
ISourceFileLocator locator,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new visitor in the given context. |
|
PackageSourcePage(org.jacoco.core.analysis.IPackageCoverage node,
ReportPage parent,
ISourceFileLocator locator,
ReportOutputFolder folder,
IHTMLReportContext context,
ILinkable packagePage)
Creates a new visitor in the given context. |
|
ReportPage(ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new report page. |
|
SessionsPage(List<org.jacoco.core.data.SessionInfo> sessionInfos,
Collection<org.jacoco.core.data.ExecutionData> executionData,
ElementIndex index,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new page to display session information. |
|
SourceFilePage(org.jacoco.core.analysis.ISourceNode sourceFileNode,
Reader sourceReader,
int tabWidth,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new page with given information. |
|
TablePage(NodeType node,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new node page. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||