Uses of Interface
jetbrains.buildServer.controllers.viewLog.tree.MessageFormatter
-
Packages that use MessageFormatter Package Description jetbrains.buildServer.controllers.viewLog.tree.impl -
-
Uses of MessageFormatter in jetbrains.buildServer.controllers.viewLog.tree.impl
Classes in jetbrains.buildServer.controllers.viewLog.tree.impl that implement MessageFormatter Modifier and Type Class Description class
FlowAwareHtmlMessageFormatter
class
HtmlMessageFormatter
Methods in jetbrains.buildServer.controllers.viewLog.tree.impl that return MessageFormatter Modifier and Type Method Description protected MessageFormatter
TreeMessagePrinter. getMessageFormatter()
Constructors in jetbrains.buildServer.controllers.viewLog.tree.impl with parameters of type MessageFormatter Constructor Description RefreshableTreeMessagePrinter(Writer out, SimpleLogMessageFilter filter, MessageFormatter messageFormatter, int baseLevel, String expand, String state)
RefreshableTreeMessagePrinter(MessagePrinterSettings messagePrinterSettings, MessageFormatter formatter)
TreeMessagePrinter(Writer out, SimpleLogMessageFilter filter, MessageFormatter messageFormatter, int baseLevel, String expand, String state)
TreeMessagePrinter(MessagePrinterSettings settings, MessageFormatter formatter)
-