Package com.atlassian.bamboo.build
Interface FlushableBuildLoggerManager
-
- All Superinterfaces:
BuildLoggerManager
- All Known Implementing Classes:
DefaultBuildLoggerManager
@Internal public interface FlushableBuildLoggerManager extends BuildLoggerManager
A build logger manager that supports bulk "flush to disk" operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Future<?>
flushAllFileLogs()
Flush active file logs to disk.-
Methods inherited from interface com.atlassian.bamboo.build.BuildLoggerManager
getLogger, getLogger, getLoggerWithoutLogAccess, getLoggerWithoutLogAccess, removeBuildLogger, removeBuildLogger, removeLogger, removeLogger, transferLogs
-
-
-
-
Method Detail
-
flushAllFileLogs
@NotNull @NotNull Future<?> flushAllFileLogs()
Flush active file logs to disk.- Returns:
- future that is done when all the processing is finished.
- Since:
- 5.9
-
-