Package | Description |
---|---|
org.jacoco.core.data |
Representation and persistence of execution data and session information.
|
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 |
ExecutionDataWriter.visitSessionInfo(SessionInfo info) |
void |
ISessionInfoVisitor.visitSessionInfo(SessionInfo info)
Provides session information for the subsequent execution data calls.
|
void |
SessionInfoStore.visitSessionInfo(SessionInfo info) |
Copyright © 2009–2016 Mountainminds GmbH& Co. KG. All rights reserved.