Class MessageFormatterSettings
- java.lang.Object
-
- jetbrains.buildServer.controllers.viewLog.tree.impl.MessageFormatterSettings
-
public class MessageFormatterSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description MessageFormatterSettings(SBuild build, TimeZone timeZone, boolean hideBlocks, String baseClasses, List<LogMessageProcessorExtension> extProcessors, boolean renderDivs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBaseClasses()
SBuild
getBuild()
List<LogMessageProcessorExtension>
getExtProcessors()
boolean
getRenderDivs()
TimeZone
getTimeZone()
boolean
isHideBlocks()
-
-
-
Constructor Detail
-
MessageFormatterSettings
public MessageFormatterSettings(@NotNull SBuild build, @NotNull TimeZone timeZone, boolean hideBlocks, @Nullable String baseClasses, @NotNull List<LogMessageProcessorExtension> extProcessors, boolean renderDivs)
-
-
Method Detail
-
getBuild
@NotNull public SBuild getBuild()
-
getTimeZone
@NotNull public TimeZone getTimeZone()
-
isHideBlocks
public boolean isHideBlocks()
-
getBaseClasses
@Nullable public String getBaseClasses()
-
getExtProcessors
@NotNull public List<LogMessageProcessorExtension> getExtProcessors()
-
getRenderDivs
public boolean getRenderDivs()
-
-