@Deprecated public static interface AuditService.AuditCSVWriter
| Modifier and Type | Method and Description | 
|---|---|
AuditService.AuditCSVWriter | 
withFinder(AuditService.AuditRecordFinder finder)
Deprecated.  
Configure this CSV writer to only export the audit records located by the given finder 
 | 
void | 
write(OutputStream output)
Deprecated.  
Writes the audit records this writer is concerned with to the given output stream 
 | 
void write(OutputStream output) throws IOException
output - The output stream where this data should be writtenIOExceptionAuditService.AuditCSVWriter withFinder(AuditService.AuditRecordFinder finder)
finder - AuditRecordFinder specifying the search params that will be used to filter the audit recordsCopyright © 2003–2022 Atlassian. All rights reserved.