Class IndexRecord
- java.lang.Object
-
- jetbrains.buildServer.serverSide.buildLog.IndexRecord
-
- Direct Known Subclasses:
IndexRecordNew
public class IndexRecord extends Object
Represents one record from the build log index file.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetFlowId()longgetLogOffset()Returns offset in the build log fileLogMessageKindgetMessageKind()IntegergetRenderingHintHash()StringtoString()
-
-
-
Method Detail
-
getLogOffset
public long getLogOffset()
Returns offset in the build log file- Returns:
- offset in the build log
-
getFlowId
@Nullable public Integer getFlowId()
-
getRenderingHintHash
@Nullable public Integer getRenderingHintHash()
-
getMessageKind
@Nullable public LogMessageKind getMessageKind()
-
-