Class PrinterUtil
- java.lang.Object
-
- jetbrains.buildServer.serverSide.buildLog.PrinterUtil
-
public final class PrinterUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getBlockDuration(BlockLogMessage block, SBuild buildData)
static boolean
isAgentMessage(LogMessage message)
static boolean
isRoot(BlockLogMessage block)
-
-
-
Method Detail
-
isRoot
public static boolean isRoot(@Nullable BlockLogMessage block)
-
getBlockDuration
@NotNull public static String getBlockDuration(@NotNull BlockLogMessage block, @Nullable SBuild buildData)
-
isAgentMessage
public static boolean isAgentMessage(@NotNull LogMessage message)
-
-