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 String
MessageFormatter. 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 String
MessageFormatter. getCloseBlockLine(List<BlockLogMessage> blocks)
String
MessageFormatter. getMarkBlockEmptyLine(List<BlockLogMessage> blocks)
String
MessageFormatter. getRemoveNodesHiddenOnClient(List<BlockLogMessage> blocks)
String
MessageFormatter. getUpdateBlockClassLine(List<BlockLogMessage> blocks)
String
MessageFormatter. getUpdateBlockDurationLine(List<BlockLogMessage> blocks)
String
MessageFormatter. 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 void
TreeMessagePrinter. doProcessBlockClose(BlockLogMessage block)
protected void
TreeMessagePrinter. doProcessBlockLogMessage(BlockLogMessage block)
String
HtmlMessageFormatter. getBlockLine(BlockLogMessage block, int baseLevel, boolean isClosed)
protected boolean
TreeMessagePrinter. isClosed(BlockLogMessage block)
protected boolean
TreeMessagePrinter. processBlockFinishLogMessage(BlockLogMessage block)
protected boolean
TreeMessagePrinter. processBlockLogMessage(BlockLogMessage block)
Method parameters in jetbrains.buildServer.controllers.viewLog.tree.impl with type arguments of type BlockLogMessage Modifier and Type Method Description String
HtmlMessageFormatter. getCloseBlockLine(List<BlockLogMessage> blocks)
String
HtmlMessageFormatter. getMarkBlockEmptyLine(List<BlockLogMessage> blocks)
String
HtmlMessageFormatter. getRemoveNodesHiddenOnClient(List<BlockLogMessage> blocks)
String
HtmlMessageFormatter. getUpdateBlockClassLine(List<BlockLogMessage> blocks)
String
HtmlMessageFormatter. getUpdateBlockDurationLine(List<BlockLogMessage> blocks)
protected Collection<String>
RefreshableTreeMessagePrinter. getUpdateBlockLines(List<BlockLogMessage> filteredBlocks, boolean updateColor, boolean updateDuration, boolean updateClass)
String
HtmlMessageFormatter. 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 BlockLogMessage
MessagesState. closeBlock(String blockName, String blockType, Date timestamp, String flowId)
Deprecated.BlockLogMessage
ServerBuildLog. closeBlock(String blockName, String blockType, Date timestamp, String flowId)
BlockLogMessage
StackBasedBuildLogState. closeBlock(int flowId, String blockName, String blockType, Date timestamp)
BlockLogMessage
MessagesState. closeProgressBlock(Date timestamp, String flowId)
Deprecated.BlockLogMessage
ServerBuildLog. closeProgressBlock(Date timestamp, String flowId)
BlockLogMessage
StackBasedBuildLogState. closeProgressBlock(int flowId, Date timestamp)
static BlockLogMessage
BuildLogStateUtils. findFirstMatchingAncestor(BlockLogMessage block, String blockType, String blockName)
BlockLogMessage
BuildLogLocalState. getLastBlockMessage(int flowId)
BlockLogMessage
LogStateSnapshot.FlowSnapshot. getLastBlockMessage()
BlockLogMessage
LogStateSnapshot. getLastBlockMessage(int flowId)
BlockLogMessage
MessagesState. getLastBlockMessage(String flowId)
Deprecated.BlockLogMessage
ServerBuildLog. getLastBlockMessage(String flowId)
BlockLogMessage
LogMessage. getParent()
default BlockLogMessage
MessagesState. openBlock(String blockName, String blockType, Date timestamp, String renderingHint, String flowId)
Deprecated.useMessagesState.openBlockAsync(String, String, MessageAttrs)
or#openBlockAsync(String, String, MessageAttrs, Consumer
) BlockLogMessage
MessagesState. 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
) BlockLogMessage
MessagesState. openBlock(String blockName, String blockType, MessageAttrs attrs)
Deprecated.useMessagesState.openBlockAsync(String, String, MessageAttrs)
or#openBlockAsync(String, String, MessageAttrs, Consumer
) BlockLogMessage
ServerBuildLog. openBlock(String blockName, String blockType, Date timestamp, String renderingHint, String flowId, Collection<String> tags)
BlockLogMessage
ServerBuildLog. openBlock(String blockName, String blockType, MessageAttrs attrs)
BlockLogMessage
StackBasedBuildLogState. openBlock(int flowId, String blockName, String blockType, Date timestamp, String renderingHint, Status status, Date finishTimestamp, Collection<String> tags, Integer anchor)
default BlockLogMessage
MessagesState. openProgressBlock(String blockName, Date timestamp, String flowId)
Deprecated.BlockLogMessage
MessagesState. openProgressBlock(String blockName, Date timestamp, String flowId, Collection<String> tags)
Deprecated.BlockLogMessage
ServerBuildLog. openProgressBlock(String blockName, Date timestamp, String flowId, Collection<String> tags)
BlockLogMessage
StackBasedBuildLogState. 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 boolean
LogMessageFilter. acceptBlockMessage(BlockLogMessage message, boolean lastMessageInParent)
Called if block log message appeared.static BlockLogMessage
BuildLogStateUtils. findFirstMatchingAncestor(BlockLogMessage block, String blockType, String blockName)
static String
PrinterUtil. getBlockDuration(BlockLogMessage block, SBuild buildData)
static boolean
PrinterUtil. isRoot(BlockLogMessage block)
protected boolean
LogMessageProcessor. processBlockFinishLogMessage(BlockLogMessage message)
protected boolean
LogMessageProcessor. processBlockLogMessage(BlockLogMessage message)
void
LogMessage. setParent(BlockLogMessage parent)
Method parameters in jetbrains.buildServer.serverSide.buildLog with type arguments of type BlockLogMessage Modifier and Type Method Description void
BuildLogWriterEx. closeBlockAsync(String blockName, String blockType, Date timestamp, String flowId, Consumer<BlockLogMessage> openBlockConsumer)
Marks an open block message as closed in the build log.void
ServerBuildLog. 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 BlockLogMessage
NoOpBuildLog. closeBlock(String blockName, String blockType, Date timestamp, String flowId)
BlockLogMessage
NoOpBuildLog. closeProgressBlock(Date timestamp, String flowId)
BlockLogMessage
NoOpBuildLog. getLastBlockMessage(String flowId)
BlockLogMessage
NoOpBuildLog. openBlock(String blockName, String blockType, Date timestamp, String renderingHint, String flowId, Collection<String> tags)
BlockLogMessage
NoOpBuildLog. openBlock(String blockName, String blockType, MessageAttrs attrs)
BlockLogMessage
NoOpBuildLog. 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 void
NoOpBuildLog. 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 void
BuildLogCompileErrorCollector. collectCompileErrors(BlockLogMessage compileBlock, SBuild build, ItemProcessor<LogMessage> compileErrorsProcessor)
static BuildProblemData
CompileErrorProblemProvider. 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 void
MessagesPrinter. printBlockMessageTime(BlockLogMessage message, StringBuilder builder, SBuild buildData, boolean renderRunningTime)
void
MessagesPrinter. printBlockName(StringBuilder sb, BlockLogMessage parent)
protected boolean
MessagesPrinter. processBlockLogMessage(BlockLogMessage message)
-