Uses of Class
jetbrains.buildServer.serverSide.buildLog.LogMessageKind
-
Packages that use LogMessageKind Package Description jetbrains.buildServer.buildLog.messages jetbrains.buildServer.serverSide.buildLog jetbrains.buildServer.serverSide.impl -
-
Uses of LogMessageKind in jetbrains.buildServer.buildLog.messages
Methods in jetbrains.buildServer.buildLog.messages that return types with arguments of type LogMessageKind Modifier and Type Method Description Set<LogMessageKind>
BuildLogGetIndexObject. getKinds()
Constructor parameters in jetbrains.buildServer.buildLog.messages with type arguments of type LogMessageKind Constructor Description BuildLogGetIndexObject(String buildLogId, boolean flowAware, int startIndex, Set<LogMessageKind> kinds)
-
Uses of LogMessageKind in jetbrains.buildServer.serverSide.buildLog
Fields in jetbrains.buildServer.serverSide.buildLog declared as LogMessageKind Modifier and Type Field Description LogMessageKind
NodesAwareLogMessagePersister.Msg. kind
Methods in jetbrains.buildServer.serverSide.buildLog that return LogMessageKind Modifier and Type Method Description LogMessageKind
LogMessageData. getKind()
LogMessageKind
LogMessageInfo. getKind()
LogMessageKind
IndexRecord. getMessageKind()
LogMessageKind
IndexRecordNew. getMessageKind()
static LogMessageKind
LogMessageKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogMessageKind[]
LogMessageKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in jetbrains.buildServer.serverSide.buildLog with type arguments of type LogMessageKind Modifier and Type Method Description Integer
BuildLogReaderEx. getLastIndexSatisfyingKinds(int startIndex, Set<LogMessageKind> kinds, LogView logView)
Integer
ServerBuildLog. getLastIndexSatisfyingKinds(int startIndex, Set<LogMessageKind> kinds, LogView logView)
Integer
BuildLogFacade. getLastSatisfyingIndex(int startIndex, Set<LogMessageKind> kinds, boolean flowAware)
Integer
BuildLogLocalFacade. getLastSatisfyingIndex(int startIndex, Set<LogMessageKind> kinds, boolean flowAware)
Returns the index of the last message (beginning from thestartIndex
) having one of the provided message kinds.Integer
BuildLogRemoteFacade. getLastSatisfyingIndex(int startIndex, Set<LogMessageKind> kinds, boolean flowAware)
Constructors in jetbrains.buildServer.serverSide.buildLog with parameters of type LogMessageKind Constructor Description IndexRecordNew(long logOffset, int flowId, int renderingHintHash, LogMessageKind messageKind)
LogMessageInfo(LogMessageKind kind, byte status, long timestamp, CharSequence message, String blockType, String renderHint, int flowId, long blockFinishTimestamp, String tags, Integer anchor)
LogMessageInfo(LogMessageKind kind, byte status, long timestamp, CharSequence message, String blockType, String renderHint, int flowId, long blockFinishTimestamp, Collection<String> tags, Integer anchor)
-
Uses of LogMessageKind in jetbrains.buildServer.serverSide.impl
Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type LogMessageKind Modifier and Type Method Description Integer
NoOpBuildLog. getLastIndexSatisfyingKinds(int startIndex, Set<LogMessageKind> kinds, LogView logView)
-