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 Integer
getFlowId()
long
getLogOffset()
Returns offset in the build log fileLogMessageKind
getMessageKind()
Integer
getRenderingHintHash()
String
toString()
-
-
-
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()
-
-