Uses of Class
jetbrains.buildServer.serverSide.buildLog.BlockLogMessage
-
-
Uses of BlockLogMessage in jetbrains.buildServer.controllers.viewLog.tree
Methods in jetbrains.buildServer.controllers.viewLog.tree with parameters of type BlockLogMessage Modifier and Type Method Description StringMessageFormatter. getBlockLine(BlockLogMessage block, int baseLevel, boolean isClosed)Method parameters in jetbrains.buildServer.controllers.viewLog.tree with type arguments of type BlockLogMessage Modifier and Type Method Description StringMessageFormatter. getCloseBlockLine(List<BlockLogMessage> blocks)StringMessageFormatter. getMarkBlockEmptyLine(List<BlockLogMessage> blocks)StringMessageFormatter. getRemoveNodesHiddenOnClient(List<BlockLogMessage> blocks)StringMessageFormatter. getUpdateBlockClassLine(List<BlockLogMessage> blocks)StringMessageFormatter. getUpdateBlockDurationLine(List<BlockLogMessage> blocks)StringMessageFormatter. getUpdateBlockStatusLine(List<BlockLogMessage> blocks) -
Uses of BlockLogMessage in jetbrains.buildServer.controllers.viewLog.tree.impl
Methods in jetbrains.buildServer.controllers.viewLog.tree.impl with parameters of type BlockLogMessage Modifier and Type Method Description protected voidTreeMessagePrinter. doProcessBlockClose(BlockLogMessage block)protected voidTreeMessagePrinter. doProcessBlockLogMessage(BlockLogMessage block)StringHtmlMessageFormatter. getBlockLine(BlockLogMessage block, int baseLevel, boolean isClosed)protected booleanTreeMessagePrinter. isClosed(BlockLogMessage block)protected booleanTreeMessagePrinter. processBlockFinishLogMessage(BlockLogMessage block)protected booleanTreeMessagePrinter. processBlockLogMessage(BlockLogMessage block)Method parameters in jetbrains.buildServer.controllers.viewLog.tree.impl with type arguments of type BlockLogMessage Modifier and Type Method Description StringHtmlMessageFormatter. getCloseBlockLine(List<BlockLogMessage> blocks)StringHtmlMessageFormatter. getMarkBlockEmptyLine(List<BlockLogMessage> blocks)StringHtmlMessageFormatter. getRemoveNodesHiddenOnClient(List<BlockLogMessage> blocks)StringHtmlMessageFormatter. getUpdateBlockClassLine(List<BlockLogMessage> blocks)StringHtmlMessageFormatter. getUpdateBlockDurationLine(List<BlockLogMessage> blocks)protected Collection<String>RefreshableTreeMessagePrinter. getUpdateBlockLines(List<BlockLogMessage> filteredBlocks, boolean updateColor, boolean updateDuration, boolean updateClass)StringHtmlMessageFormatter. getUpdateBlockStatusLine(List<BlockLogMessage> blocks) -
Uses of BlockLogMessage in jetbrains.buildServer.serverSide.buildLog
Methods in jetbrains.buildServer.serverSide.buildLog that return BlockLogMessage Modifier and Type Method Description BlockLogMessageMessagesState. closeBlock(String blockName, String blockType, Date timestamp, String flowId)Deprecated.BlockLogMessageServerBuildLog. closeBlock(String blockName, String blockType, Date timestamp, String flowId)BlockLogMessageStackBasedBuildLogState. closeBlock(int flowId, String blockName, String blockType, Date timestamp)BlockLogMessageMessagesState. closeProgressBlock(Date timestamp, String flowId)Deprecated.BlockLogMessageServerBuildLog. closeProgressBlock(Date timestamp, String flowId)BlockLogMessageStackBasedBuildLogState. closeProgressBlock(int flowId, Date timestamp)static BlockLogMessageBuildLogStateUtils. findFirstMatchingAncestor(BlockLogMessage block, String blockType, String blockName)BlockLogMessageBuildLogLocalState. getLastBlockMessage(int flowId)BlockLogMessageLogStateSnapshot.FlowSnapshot. getLastBlockMessage()BlockLogMessageLogStateSnapshot. getLastBlockMessage(int flowId)BlockLogMessageMessagesState. getLastBlockMessage(String flowId)Deprecated.BlockLogMessageServerBuildLog. getLastBlockMessage(String flowId)BlockLogMessageLogMessage. getParent()default BlockLogMessageMessagesState. openBlock(String blockName, String blockType, Date timestamp, String renderingHint, String flowId)Deprecated.useMessagesState.openBlockAsync(String, String, MessageAttrs)or#openBlockAsync(String, String, MessageAttrs, Consumer) BlockLogMessageMessagesState. openBlock(String blockName, String blockType, Date timestamp, String renderingHint, String flowId, Collection<String> tags)Deprecated.useMessagesState.openBlockAsync(String, String, MessageAttrs)or#openBlockAsync(String, String, MessageAttrs, Consumer) BlockLogMessageMessagesState. openBlock(String blockName, String blockType, MessageAttrs attrs)Deprecated.useMessagesState.openBlockAsync(String, String, MessageAttrs)or#openBlockAsync(String, String, MessageAttrs, Consumer) BlockLogMessageServerBuildLog. openBlock(String blockName, String blockType, Date timestamp, String renderingHint, String flowId, Collection<String> tags)BlockLogMessageServerBuildLog. openBlock(String blockName, String blockType, MessageAttrs attrs)BlockLogMessageStackBasedBuildLogState. openBlock(int flowId, String blockName, String blockType, Date timestamp, String renderingHint, Status status, Date finishTimestamp, Collection<String> tags, Integer anchor)default BlockLogMessageMessagesState. openProgressBlock(String blockName, Date timestamp, String flowId)Deprecated.BlockLogMessageMessagesState. openProgressBlock(String blockName, Date timestamp, String flowId, Collection<String> tags)Deprecated.BlockLogMessageServerBuildLog. openProgressBlock(String blockName, Date timestamp, String flowId, Collection<String> tags)BlockLogMessageStackBasedBuildLogState. openProgressBlock(int flowId, String blockName, Date timestamp, Collection<String> tags)Methods in jetbrains.buildServer.serverSide.buildLog that return types with arguments of type BlockLogMessage Modifier and Type Method Description List<BlockLogMessage>LogMessageIterator. getOpenedBlocks()Returns all opened blocks form all parallel flowsList<BlockLogMessage>StackBasedBuildLogState. getOpenedBlocks()Methods in jetbrains.buildServer.serverSide.buildLog with parameters of type BlockLogMessage Modifier and Type Method Description booleanLogMessageFilter. acceptBlockMessage(BlockLogMessage message, boolean lastMessageInParent)Called if block log message appeared.static BlockLogMessageBuildLogStateUtils. findFirstMatchingAncestor(BlockLogMessage block, String blockType, String blockName)static StringPrinterUtil. getBlockDuration(BlockLogMessage block, SBuild buildData)static booleanPrinterUtil. isRoot(BlockLogMessage block)protected booleanLogMessageProcessor. processBlockFinishLogMessage(BlockLogMessage message)protected booleanLogMessageProcessor. processBlockLogMessage(BlockLogMessage message)voidLogMessage. setParent(BlockLogMessage parent)Method parameters in jetbrains.buildServer.serverSide.buildLog with type arguments of type BlockLogMessage Modifier and Type Method Description voidBuildLogWriterEx. closeBlockAsync(String blockName, String blockType, Date timestamp, String flowId, Consumer<BlockLogMessage> openBlockConsumer)Marks an open block message as closed in the build log.voidServerBuildLog. closeBlockAsync(String blockName, String blockType, Date timestamp, String flowId, Consumer<BlockLogMessage> openBlockConsumer)Constructors in jetbrains.buildServer.serverSide.buildLog with parameters of type BlockLogMessage Constructor Description FlowSnapshot(long version, Integer parentFlowId, Set<Integer> childFlowIds, BlockLogMessage lastBlockMessage) -
Uses of BlockLogMessage in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return BlockLogMessage Modifier and Type Method Description BlockLogMessageNoOpBuildLog. closeBlock(String blockName, String blockType, Date timestamp, String flowId)BlockLogMessageNoOpBuildLog. closeProgressBlock(Date timestamp, String flowId)BlockLogMessageNoOpBuildLog. getLastBlockMessage(String flowId)BlockLogMessageNoOpBuildLog. openBlock(String blockName, String blockType, Date timestamp, String renderingHint, String flowId, Collection<String> tags)BlockLogMessageNoOpBuildLog. openBlock(String blockName, String blockType, MessageAttrs attrs)BlockLogMessageNoOpBuildLog. openProgressBlock(String blockName, Date timestamp, String flowId, Collection<String> tags)Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type BlockLogMessage Modifier and Type Method Description voidNoOpBuildLog. closeBlockAsync(String blockName, String blockType, Date timestamp, String flowId, Consumer<BlockLogMessage> openBlockConsumer) -
Uses of BlockLogMessage in jetbrains.buildServer.serverSide.problems
Methods in jetbrains.buildServer.serverSide.problems with parameters of type BlockLogMessage Modifier and Type Method Description static voidBuildLogCompileErrorCollector. collectCompileErrors(BlockLogMessage compileBlock, SBuild build, ItemProcessor<LogMessage> compileErrorsProcessor)static BuildProblemDataCompileErrorProblemProvider. getBuildProblem(BlockLogMessage compileBlock, RunningBuildEx build, String buildCheckoutDir)If the specified compilation block failed, creates corresponding build problem instance, otherwise returns null. -
Uses of BlockLogMessage in jetbrains.buildServer.web.util
Methods in jetbrains.buildServer.web.util with parameters of type BlockLogMessage Modifier and Type Method Description voidMessagesPrinter. printBlockMessageTime(BlockLogMessage message, StringBuilder builder, SBuild buildData, boolean renderRunningTime)voidMessagesPrinter. printBlockName(StringBuilder sb, BlockLogMessage parent)protected booleanMessagesPrinter. processBlockLogMessage(BlockLogMessage message)
-