Class JiraSearchProvider

java.lang.Object
com.atlassian.sal.jira.search.JiraSearchProvider
All Implemented Interfaces:
com.atlassian.sal.api.search.SearchProvider

public class JiraSearchProvider extends Object implements com.atlassian.sal.api.search.SearchProvider
Implementation of the JIRA search provider... now with JQL!
  • Constructor Details

  • Method Details

    • search

      public com.atlassian.sal.api.search.SearchResults search(String username, String searchString)
      Specified by:
      search in interface com.atlassian.sal.api.search.SearchProvider
    • search

      public com.atlassian.sal.api.search.SearchResults search(com.atlassian.sal.api.user.UserKey userKey, String searchString)
      Specified by:
      search in interface com.atlassian.sal.api.search.SearchProvider