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 class
BuildLogLogger.Block
-
Constructor Summary
Constructors Constructor Description BuildLogLogger(Collection<? extends BuildPromotion> promotions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
log(String messageText)
void
log(String messageText, String flowId)
void
log(Status status, String messageText)
BuildLogLogger.Block
openBlock(String blockName, String blockType)
BuildLogLogger.Block
openBlock(String blockName, String blockType, String flowId)
void
verbose(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)
-
-