Uses of Class
jetbrains.buildServer.serverSide.buildLog.LogView
-
Packages that use LogView Package Description jetbrains.buildServer.serverSide.buildLog jetbrains.buildServer.serverSide.impl -
-
Uses of LogView in jetbrains.buildServer.serverSide.buildLog
Methods in jetbrains.buildServer.serverSide.buildLog that return LogView Modifier and Type Method Description static LogView
LogView. parse(String view)
static LogView
LogView. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogView[]
LogView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.serverSide.buildLog with parameters of type LogView Modifier and Type Method Description LogMessageIterator
BuildLogReaderEx. createIterator(int startIndex, LogView logView)
LogMessageIterator
ServerBuildLog. createIterator(int startIndex, LogView logView)
LogMessageIterator
BuildLogReaderEx. createReversedIterator(int endIndex, LogView logView)
LogMessageIterator
ServerBuildLog. createReversedIterator(int endIndex, LogView logView)
LinkedHashMap<LogMessageInfo,Integer>
BuildLogReaderEx. getFirstLevelOpenCloseBlocksToIndex(LogView logView)
LinkedHashMap<LogMessageInfo,Integer>
ServerBuildLog. getFirstLevelOpenCloseBlocksToIndex(LogView logView)
Map<LogMessageInfo,Integer>
BuildLogReaderEx. getHierarchyAndThresholdMessages(int thresholdMessageId, LogView logView)
Map<LogMessageInfo,Integer>
ServerBuildLog. getHierarchyAndThresholdMessages(int thresholdMessageId, LogView logView)
Integer
BuildLogReaderEx. getLastIndexSatisfyingKinds(int startIndex, Set<LogMessageKind> kinds, LogView logView)
Integer
ServerBuildLog. getLastIndexSatisfyingKinds(int startIndex, Set<LogMessageKind> kinds, LogView logView)
Iterator<LogMessage>
BuildLogReaderEx. getVerboseIterator(LogView logView)
Iterator<LogMessage>
ServerBuildLog. getVerboseIterator(LogView logView)
int
BuildLogReaderEx. resolveAnchor(int index, LogView logView)
int
ServerBuildLog. resolveAnchor(int index, LogView logView)
void
BuildLogTextWriter. write(Writer out, SBuild build, TimeZone userTimeZone, String logDateFormatPattern, LogView logView, boolean indent)
write build log of specified build into specified writer -
Uses of LogView in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type LogView Modifier and Type Method Description LogMessageIterator
NoOpBuildLog. createIterator(int startIndex, LogView logView)
LogMessageIterator
NoOpBuildLog. createReversedIterator(int endIndex, LogView logView)
LinkedHashMap<LogMessageInfo,Integer>
NoOpBuildLog. getFirstLevelOpenCloseBlocksToIndex(LogView logView)
Map<LogMessageInfo,Integer>
NoOpBuildLog. getHierarchyAndThresholdMessages(int thresholdMessageId, LogView logView)
Integer
NoOpBuildLog. getLastIndexSatisfyingKinds(int startIndex, Set<LogMessageKind> kinds, LogView logView)
Iterator<LogMessage>
NoOpBuildLog. getVerboseIterator(LogView logView)
int
NoOpBuildLog. resolveAnchor(int index, LogView logView)
-