Class BuildLogSynchronizeStateObject
- java.lang.Object
-
- jetbrains.buildServer.buildLog.messages.BuildLogBaseObject
-
- jetbrains.buildServer.buildLog.messages.BuildLogSynchronizeStateObject
-
public class BuildLogSynchronizeStateObject extends BuildLogBaseObject
-
-
Field Summary
Fields Modifier and Type Field Description static String
TYPE
-
Fields inherited from class jetbrains.buildServer.buildLog.messages.BuildLogBaseObject
CLOSE_LOG_TYPE, CREATE_LOG_TYPE, DISPOSE_TYPE, DOES_LOG_EXIST_TYPE, ENSURE_FLOW_AWARE_INDEX_IS_CONSTRUCTED_TYPE, GET_AGENT_TIME_ZONE_ID_TYPE, GET_FIRST_INTERNAL_ERROR_TYPE, GET_FIRST_LEVEL_OPEN_CLOSE_BLOCKS_TO_INDEX_TYPE, GET_FLOW_INDEX_TYPE, GET_FORMAT_VERSION_TYPE, GET_LAST_MESSAGE_TIMESTAMP_TYPE, GET_LOG_FILES_ZIP_STREAM, GET_LOG_MODIFIED_TIME_TYPE, GET_NUMBER_OF_MESSAGES_TYPE, GET_STARTED_STEPS_NUMBER_TYPE, READ_BLOCKS_DATA_TYPE, SCHEDULE_FLOW_AWARE_INDEX_CONSTRUCTION_TYPE
-
-
Constructor Summary
Constructors Constructor Description BuildLogSynchronizeStateObject(String buildLogId, List<LogMessageData> messages, Map<Integer,Long> clientFlowSnapshotVersions, FlushDirective flushDirective, boolean lastMessageLoggingResultRequired)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Integer,Long>
getClientFlowSnapshotVersions()
FlushDirective
getFlushDirective()
List<LogMessageData>
getMessages()
boolean
isLastMessageLoggingResultRequired()
-
Methods inherited from class jetbrains.buildServer.buildLog.messages.BuildLogBaseObject
getBuildLogId, isFlowAware
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BuildLogSynchronizeStateObject
public BuildLogSynchronizeStateObject(@NotNull String buildLogId, @NotNull List<LogMessageData> messages, @NotNull Map<Integer,Long> clientFlowSnapshotVersions, @NotNull FlushDirective flushDirective, boolean lastMessageLoggingResultRequired)
-
-
Method Detail
-
getMessages
@NotNull public List<LogMessageData> getMessages()
-
getFlushDirective
@NotNull public FlushDirective getFlushDirective()
-
isLastMessageLoggingResultRequired
public boolean isLastMessageLoggingResultRequired()
-
-