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 LogMessageKindNodesAwareLogMessagePersister.Msg. kindMethods in jetbrains.buildServer.serverSide.buildLog that return LogMessageKind Modifier and Type Method Description LogMessageKindLogMessageData. getKind()LogMessageKindLogMessageInfo. getKind()LogMessageKindIndexRecord. getMessageKind()LogMessageKindIndexRecordNew. getMessageKind()static LogMessageKindLogMessageKind. 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 IntegerBuildLogReaderEx. getLastIndexSatisfyingKinds(int startIndex, Set<LogMessageKind> kinds, LogView logView)IntegerServerBuildLog. getLastIndexSatisfyingKinds(int startIndex, Set<LogMessageKind> kinds, LogView logView)IntegerBuildLogFacade. getLastSatisfyingIndex(int startIndex, Set<LogMessageKind> kinds, boolean flowAware)IntegerBuildLogLocalFacade. 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.IntegerBuildLogRemoteFacade. 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 IntegerNoOpBuildLog. getLastIndexSatisfyingKinds(int startIndex, Set<LogMessageKind> kinds, LogView logView)
-