Uses of Class
com.atlassian.jira.rest.client.domain.SearchResult

Packages that use SearchResult
com.atlassian.jira.rest.client   
 

Uses of SearchResult in com.atlassian.jira.rest.client
 

Methods in com.atlassian.jira.rest.client that return SearchResult
 SearchResult SearchRestClient.searchJql(String jql, int maxResults, int startAt, ProgressMonitor progressMonitor)
          Performs a JQL search and returns issues matching the query using default maxResults (as configured in JIRA - usually 50) and startAt=0
 SearchResult SearchRestClient.searchJql(String jql, ProgressMonitor progressMonitor)
          Performs a JQL search and returns issues matching the query
 



Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.