Class BuildLogLogger
- java.lang.Object
-
- jetbrains.buildServer.serverSide.buildLog.BuildLogLogger
-
public class BuildLogLogger extends Object
Allows to write into build log of several builds
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBuildLogLogger.Block
-
Constructor Summary
Constructors Constructor Description BuildLogLogger(Collection<? extends BuildPromotion> promotions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlog(String messageText)voidlog(String messageText, String flowId)voidlog(Status status, String messageText)BuildLogLogger.BlockopenBlock(String blockName, String blockType)BuildLogLogger.BlockopenBlock(String blockName, String blockType, String flowId)voidverbose(String messageText, String flowId)
-
-
-
Constructor Detail
-
BuildLogLogger
public BuildLogLogger(@NotNull Collection<? extends BuildPromotion> promotions)
-
-
Method Detail
-
openBlock
@NotNull public BuildLogLogger.Block openBlock(@NotNull String blockName, @NotNull String blockType)
-
openBlock
@NotNull public BuildLogLogger.Block openBlock(@NotNull String blockName, @NotNull String blockType, @NotNull String flowId)
-
log
public void log(@NotNull String messageText)
-
-