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 LogViewLogView. parse(String view)static LogViewLogView. 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 LogMessageIteratorBuildLogReaderEx. createIterator(int startIndex, LogView logView)LogMessageIteratorServerBuildLog. createIterator(int startIndex, LogView logView)LogMessageIteratorBuildLogReaderEx. createReversedIterator(int endIndex, LogView logView)LogMessageIteratorServerBuildLog. 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)IntegerBuildLogReaderEx. getLastIndexSatisfyingKinds(int startIndex, Set<LogMessageKind> kinds, LogView logView)IntegerServerBuildLog. getLastIndexSatisfyingKinds(int startIndex, Set<LogMessageKind> kinds, LogView logView)Iterator<LogMessage>BuildLogReaderEx. getVerboseIterator(LogView logView)Iterator<LogMessage>ServerBuildLog. getVerboseIterator(LogView logView)intBuildLogReaderEx. resolveAnchor(int index, LogView logView)intServerBuildLog. resolveAnchor(int index, LogView logView)voidBuildLogTextWriter. 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 LogMessageIteratorNoOpBuildLog. createIterator(int startIndex, LogView logView)LogMessageIteratorNoOpBuildLog. createReversedIterator(int endIndex, LogView logView)LinkedHashMap<LogMessageInfo,Integer>NoOpBuildLog. getFirstLevelOpenCloseBlocksToIndex(LogView logView)Map<LogMessageInfo,Integer>NoOpBuildLog. getHierarchyAndThresholdMessages(int thresholdMessageId, LogView logView)IntegerNoOpBuildLog. getLastIndexSatisfyingKinds(int startIndex, Set<LogMessageKind> kinds, LogView logView)Iterator<LogMessage>NoOpBuildLog. getVerboseIterator(LogView logView)intNoOpBuildLog. resolveAnchor(int index, LogView logView)
-