Interface BuildLogger
-
- All Superinterfaces:
BuildLoggerWithoutLogAccess
- All Known Subinterfaces:
FileWritingBuildLogger
- All Known Implementing Classes:
AbstractBuildLogger,BuildLoggerImpl,DisconnectedBuildLogger,NullBuildLogger,RemoteBuildLogger,SimpleBuildLogger
@PublicApi public interface BuildLogger extends BuildLoggerWithoutLogAccess
This interface represents a logger for a given build
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull List<LogEntry>getLastNLogEntries(int n)Provide the latest build details (last n lines of logs).intgetLogEntryCount()Total number of log entries.-
Methods inherited from interface com.atlassian.bamboo.build.logger.BuildLoggerWithoutLogAccess
addBuildLogEntry, addBuildLogEntry, addErrorLogEntry, addErrorLogEntry, addErrorLogEntry, close, getInterceptorStack, getMutatorStack, getTimeOfLastLog, isPersistent, setTimeOfLastLog, stopStreamingBuildLogs, transfersLogsAsArtifact
-
-