Uses of Class
org.jacoco.core.data.SessionInfo
-
Packages that use SessionInfo 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 org.jacoco.report.internal.xml -
-
Uses of SessionInfo in org.jacoco.core.data
Methods in org.jacoco.core.data that return SessionInfo Modifier and Type Method Description SessionInfoSessionInfoStore. getMerged(java.lang.String id)Returns 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 SessionInfo Modifier and Type Method Description java.util.List<SessionInfo>SessionInfoStore. getInfos()Returns allSessionInfoobjects currently contained in the store.Methods in org.jacoco.core.data with parameters of type SessionInfo Modifier and Type Method Description intSessionInfo. compareTo(SessionInfo other)voidExecutionDataWriter. visitSessionInfo(SessionInfo info)voidISessionInfoVisitor. visitSessionInfo(SessionInfo info)Provides session information for the subsequent execution data calls.voidSessionInfoStore. visitSessionInfo(SessionInfo info) -
Uses of SessionInfo in org.jacoco.report
Method parameters in org.jacoco.report with type arguments of type SessionInfo Modifier and Type Method Description voidIReportVisitor. visitInfo(java.util.List<SessionInfo> sessionInfos, java.util.Collection<ExecutionData> executionData)Initializes the report with global information.voidMultiReportVisitor. visitInfo(java.util.List<SessionInfo> sessionInfos, java.util.Collection<ExecutionData> executionData) -
Uses of SessionInfo in org.jacoco.report.internal.html.page
Constructor parameters in org.jacoco.report.internal.html.page with type arguments of type SessionInfo Constructor Description SessionsPage(java.util.List<SessionInfo> sessionInfos, java.util.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 SessionInfo Modifier and Type Method Description voidReportElement. sessioninfo(SessionInfo info)Creates a 'sessioninfo' element.
-