Class IndexRecordNew
- java.lang.Object
-
- jetbrains.buildServer.serverSide.buildLog.IndexRecord
-
- jetbrains.buildServer.serverSide.buildLog.IndexRecordNew
-
public class IndexRecordNew extends IndexRecord
-
-
Constructor Summary
Constructors Constructor Description IndexRecordNew(long logOffset, int flowId, int renderingHintHash, LogMessageKind messageKind)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getFlowId()
LogMessageKind
getMessageKind()
Integer
getRenderingHintHash()
static int
size()
Returns size of the index record.String
toString()
-
Methods inherited from class jetbrains.buildServer.serverSide.buildLog.IndexRecord
getLogOffset
-
-
-
-
Constructor Detail
-
IndexRecordNew
public IndexRecordNew(long logOffset, int flowId, int renderingHintHash, @NotNull LogMessageKind messageKind)
-
-
Method Detail
-
size
public static int size()
Returns size of the index record.
-
getFlowId
@NotNull public Integer getFlowId()
- Overrides:
getFlowId
in classIndexRecord
-
getRenderingHintHash
@NotNull public Integer getRenderingHintHash()
- Overrides:
getRenderingHintHash
in classIndexRecord
-
getMessageKind
@NotNull public LogMessageKind getMessageKind()
- Overrides:
getMessageKind
in classIndexRecord
-
toString
public String toString()
- Overrides:
toString
in classIndexRecord
-
-