public static interface AuditService.AuditCSVWriter
| Modifier and Type | Method and Description |
|---|---|
AuditService.AuditCSVWriter |
withFinder(AuditService.AuditRecordFinder finder)
Configure this CSV writer to only export the audit records located by the given finder
|
void |
write(OutputStream output)
Writes the audit records this writer is concerned with tot he 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–2017 Atlassian. All rights reserved.