Uses of Class
org.jacoco.core.data.SessionInfo
Packages that use SessionInfo
Package
Description
Representation and persistence of execution data and session information.
Common interfaces and utilities for report generation.
-
Uses of SessionInfo in org.jacoco.core.data
Fields in org.jacoco.core.data with type parameters of type SessionInfoMethods in org.jacoco.core.data that return SessionInfoModifier and TypeMethodDescriptionReturns a new session info with the given id that contains a merged version from all contained version.Methods in org.jacoco.core.data that return types with arguments of type SessionInfoModifier and TypeMethodDescriptionSessionInfoStore.getInfos()
Returns allSessionInfo
objects currently contained in the store.Methods in org.jacoco.core.data with parameters of type SessionInfoModifier and TypeMethodDescriptionint
SessionInfo.compareTo
(SessionInfo other) void
ExecutionDataWriter.visitSessionInfo
(SessionInfo info) void
ISessionInfoVisitor.visitSessionInfo
(SessionInfo info) Provides session information for the subsequent execution data calls.void
SessionInfoStore.visitSessionInfo
(SessionInfo info) -
Uses of SessionInfo in org.jacoco.report
Method parameters in org.jacoco.report with type arguments of type SessionInfoModifier and TypeMethodDescriptionvoid
IReportVisitor.visitInfo
(List<SessionInfo> sessionInfos, Collection<ExecutionData> executionData) Initializes the report with global information.void
MultiReportVisitor.visitInfo
(List<SessionInfo> sessionInfos, Collection<ExecutionData> executionData) -
Uses of SessionInfo in org.jacoco.report.internal.html.page
Fields in org.jacoco.report.internal.html.page with type parameters of type SessionInfoConstructor parameters in org.jacoco.report.internal.html.page with type arguments of type SessionInfoModifierConstructorDescriptionSessionsPage
(List<SessionInfo> sessionInfos, Collection<ExecutionData> executionData, ElementIndex index, ReportPage parent, ReportOutputFolder folder, IHTMLReportContext context) Creates a new page page to display session information. -
Uses of SessionInfo in org.jacoco.report.internal.xml
Methods in org.jacoco.report.internal.xml with parameters of type SessionInfoModifier and TypeMethodDescriptionvoid
ReportElement.sessioninfo
(SessionInfo info) Creates a 'sessioninfo' element.