@NotThreadSafe public class LazyBuildLogFileWriterImpl extends Object implements LazyBuildLogFileWriter
BuildLogFileWriter with a lazy reference.
 This class is deliberately made not thread safe.| Constructor and Description | 
|---|
LazyBuildLogFileWriterImpl(File logFile,
                          ExpiryTicker expiryTicker)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
void | 
flush()  | 
void | 
write(LogEntry logEntry)  | 
void | 
writeVerbatim(String text)  | 
public LazyBuildLogFileWriterImpl(File logFile, ExpiryTicker expiryTicker)
public void close()
close in interface LazyBuildLogFileWriterpublic void write(LogEntry logEntry)
write in interface LazyBuildLogFileWriterpublic void writeVerbatim(String text)
writeVerbatim in interface LazyBuildLogFileWriterpublic void flush()
flush in interface LazyBuildLogFileWriterCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.