Package com.atlassian.bamboo.build
Interface FlushableBuildLoggerManager
- All Superinterfaces:
BuildLoggerManager
- All Known Implementing Classes:
DefaultBuildLoggerManager
A build logger manager that supports bulk "flush to disk" operation.
-
Method Summary
Methods inherited from interface com.atlassian.bamboo.build.BuildLoggerManager
getLogger, getLogger, getLoggerWithoutLogAccess, getLoggerWithoutLogAccess, removeBuildLogger, removeBuildLogger, removeLogger, removeLogger, transferLogs
-
Method Details
-
flushAllFileLogs
Flush active file logs to disk.- Returns:
- future that is done when all the processing is finished.
- Since:
- 5.9
-