Package | Description |
---|---|
org.jacoco.core.data |
Representation and persistence of execution data and session information.
|
org.jacoco.report |
Common interfaces and utilities for report generation.
|
org.jacoco.report.internal.html.page |
Modifier and Type | Method and Description |
---|---|
SessionInfo |
SessionInfoStore.getMerged(String id)
Returns a new session info with the given id that contains a merged
version from all contained version.
|
Modifier and Type | Method and Description |
---|---|
List<SessionInfo> |
SessionInfoStore.getInfos()
Returns all
SessionInfo objects currently contained in the store. |
Modifier and Type | Method and Description |
---|---|
int |
SessionInfo.compareTo(SessionInfo other) |
void |
ISessionInfoVisitor.visitSessionInfo(SessionInfo info)
Provides session information for the subsequent execution data calls.
|
void |
SessionInfoStore.visitSessionInfo(SessionInfo info) |
void |
ExecutionDataWriter.visitSessionInfo(SessionInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
MultiReportVisitor.visitInfo(List<SessionInfo> sessionInfos,
Collection<ExecutionData> executionData) |
void |
IReportVisitor.visitInfo(List<SessionInfo> sessionInfos,
Collection<ExecutionData> executionData)
Initializes the report with global information.
|
Constructor and Description |
---|
SessionsPage(List<SessionInfo> sessionInfos,
Collection<ExecutionData> executionData,
ElementIndex index,
ReportPage parent,
ReportOutputFolder folder,
IHTMLReportContext context)
Creates a new page page to display session information.
|
Copyright © 2016. All rights reserved.