public interface IssueExporter
| Modifier and Type | Method and Description |
|---|---|
void |
export(Writer writer,
SearchRequest searchRequest,
SearchRequestParams searchRequestParams,
List<Field> fields)
Export the given search and fields and output it to the supplied writer.
|
void export(Writer writer, SearchRequest searchRequest, SearchRequestParams searchRequestParams, List<Field> fields) throws IOException, SearchException
writer - to export the output tosearchRequest - to collect issues forsearchRequestParams - to provide the context for the searchfields - to export for these issuesIOExceptionSearchExceptionCopyright © 2002-2018 Atlassian. All Rights Reserved.