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 voidBuildLogLocalState. 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 StateSynchronizationResultClosedStatefulBuildLog. synchronizeState(List<LogMessageData> messages, Map<Integer,Long> clientFlowSnapshotVersions, FlushDirective flushDirective, boolean lastMessageLoggingResultRequested)StateSynchronizationResultStatefulBuildLog. 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.StateSynchronizationResultStatefulBuildLogFacade. 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.StateSynchronizationResultStatefulBuildLogImpl. synchronizeState(List<LogMessageData> messages, Map<Integer,Long> clientFlowSnapshotVersions, FlushDirective flushDirective, boolean lastMessageLoggingResultRequested)StateSynchronizationResultStatefulBuildLogLocalFacade. synchronizeState(List<LogMessageData> messages, Map<Integer,Long> clientFlowSnapshotVersions, FlushDirective flushDirective, boolean lastMessageLoggingResultRequested)StateSynchronizationResultStatefulBuildLogRemoteFacade. synchronizeState(List<LogMessageData> messages, Map<Integer,Long> clientFlowSnapshotVersions, FlushDirective flushDirective, boolean lastMessageLoggingResultRequested)
-