Class BuildLogStateUtils
- java.lang.Object
-
- jetbrains.buildServer.serverSide.buildLog.BuildLogStateUtils
-
public class BuildLogStateUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description BuildLogStateUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BlockLogMessage
findFirstMatchingAncestor(BlockLogMessage block, String blockType, String blockName)
-
-
-
Method Detail
-
findFirstMatchingAncestor
@Nullable public static BlockLogMessage findFirstMatchingAncestor(@Nullable BlockLogMessage block, @NotNull String blockType, @NotNull String blockName)
-
-