Uses of Class
jetbrains.buildServer.serverSide.buildLog.LogMessageData
-
Packages that use LogMessageData Package Description jetbrains.buildServer.buildLog.messages jetbrains.buildServer.serverSide.buildLog -
-
Uses of LogMessageData in jetbrains.buildServer.buildLog.messages
Methods in jetbrains.buildServer.buildLog.messages that return types with arguments of type LogMessageData Modifier and Type Method Description List<LogMessageData>
BuildLogSynchronizeStateObject. getMessages()
Constructor parameters in jetbrains.buildServer.buildLog.messages with type arguments of type LogMessageData Constructor Description BuildLogSynchronizeStateObject(String buildLogId, List<LogMessageData> messages, Map<Integer,Long> clientFlowSnapshotVersions, FlushDirective flushDirective, boolean lastMessageLoggingResultRequired)
-
Uses of LogMessageData in jetbrains.buildServer.serverSide.buildLog
Methods in jetbrains.buildServer.serverSide.buildLog with parameters of type LogMessageData Modifier and Type Method Description void
BuildLogLocalState. pushMessage(LogMessageData messageData)
Adds a log message to the local buffer which will logged during the next synchronization.<T extends LogMessage>
TBuildLogLocalState. pushMessage(LogMessageData messageData, Class<T> responseClass)
Adds a log message to the local buffer and synchronize it right away.Method parameters in jetbrains.buildServer.serverSide.buildLog with type arguments of type LogMessageData Modifier and Type Method Description StateSynchronizationResult
ClosedStatefulBuildLog. synchronizeState(List<LogMessageData> messages, Map<Integer,Long> clientFlowSnapshotVersions, FlushDirective flushDirective, boolean lastMessageLoggingResultRequested)
StateSynchronizationResult
StatefulBuildLog. synchronizeState(List<LogMessageData> messages, Map<Integer,Long> clientFlowSnapshotVersions, FlushDirective flushDirective, boolean lastMessageLoggingResultRequested)
Accepts unprocessed messages, logs them and returns an update for build-log state snapshot.StateSynchronizationResult
StatefulBuildLogFacade. synchronizeState(List<LogMessageData> messages, Map<Integer,Long> clientFlowSnapshotVersions, FlushDirective flushDirective, boolean lastMessageLoggingResultRequested)
Accepts unprocessed messages, logs them and returns an update for build-log state snapshot.StateSynchronizationResult
StatefulBuildLogImpl. synchronizeState(List<LogMessageData> messages, Map<Integer,Long> clientFlowSnapshotVersions, FlushDirective flushDirective, boolean lastMessageLoggingResultRequested)
StateSynchronizationResult
StatefulBuildLogLocalFacade. synchronizeState(List<LogMessageData> messages, Map<Integer,Long> clientFlowSnapshotVersions, FlushDirective flushDirective, boolean lastMessageLoggingResultRequested)
StateSynchronizationResult
StatefulBuildLogRemoteFacade. synchronizeState(List<LogMessageData> messages, Map<Integer,Long> clientFlowSnapshotVersions, FlushDirective flushDirective, boolean lastMessageLoggingResultRequested)
-