jetbrains.buildServer.serverSide.buildLog
Interface BuildLog
- All Superinterfaces:
- BuildLogReader, BuildLogWriter, FlowHierarchy, MessagesState
public interface BuildLog
- extends BuildLogReader, BuildLogWriter, FlowHierarchy
BuildLog allows to write and read log messages.
Messages can be written until BuildLogWriter.close() method is invoked. Usually this happens
when build is finishing.
Messages can be read at any time.
| Methods inherited from interface jetbrains.buildServer.serverSide.buildLog.MessagesState |
closeBlock, closeProgressBlock, dropProgressText, error, error, getCurrentProgressText, getLastBlockMessage, getLastMessage, message, message, openBlock, openBlock, openProgressBlock, openProgressBlock, progressMessage, progressMessage |
getSizeEstimate
java.lang.String getSizeEstimate()
- Returns a human-readable string containing approx. build log size.
- Returns:
- approx. build log size as string
getSizeEstimateAsLong
long getSizeEstimateAsLong()
- Returns an approx. build log size.
- Returns:
- approx. build log size as long
- Since:
- 5.0