Uses of Class
jetbrains.buildServer.serverSide.buildLog.LogStateSnapshotUpdate
-
Packages that use LogStateSnapshotUpdate Package Description jetbrains.buildServer.serverSide.buildLog -
-
Uses of LogStateSnapshotUpdate in jetbrains.buildServer.serverSide.buildLog
Methods in jetbrains.buildServer.serverSide.buildLog that return LogStateSnapshotUpdate Modifier and Type Method Description LogStateSnapshotUpdate
StackBasedBuildLogState. buildStateSnapshotUpdate(Map<Integer,Long> clientFlowSnapshotVersions)
LogStateSnapshotUpdate
StateSynchronizationResult. getUpdate()
Methods in jetbrains.buildServer.serverSide.buildLog with parameters of type LogStateSnapshotUpdate Modifier and Type Method Description static LogStateSnapshot
LogStateSnapshot. mergeUpdate(LogStateSnapshot snapshot, LogStateSnapshotUpdate logStateSnapshotUpdate)
Constructors in jetbrains.buildServer.serverSide.buildLog with parameters of type LogStateSnapshotUpdate Constructor Description StateSynchronizationResult(LogStateSnapshotUpdate logStateSnapshotUpdate, LogMessage lastMessageLoggingResult)
-