Interface NativeSearchResults

All Known Implementing Classes:
NativeSearchResultsImpl

public interface NativeSearchResults
Wrapper for Jira's SearchResults to deal with API differences between Jira 8 and Jira 7.x
  • Method Details

    • getResults

      List<Issue> getResults()
    • getStart

      int getStart()
    • getTotal

      int getTotal()