Interface IssueExporter

All Known Subinterfaces:
CsvIssueExporter
All Known Implementing Classes:
DefaultCsvIssueExporter

public interface IssueExporter
Exporter used to take a list of fields and a search request and export it to a given output.
Since:
7.2.0
  • Method Summary

    Modifier and Type
    Method
    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.