public static interface AuditService.AuditRecordFinder extends ManyFetcher<AuditRecord>
Modifier and Type | Method and Description |
---|---|
AuditService.AuditRecordFinder |
withSearchString(String searchString)
Filter search by a given search string
|
fetchMany
AuditService.AuditRecordFinder withSearchString(String searchString)
searchString
- The search string. Null or "" will not filter at all.Copyright © 2003–2018 Atlassian. All rights reserved.