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

Packages that use SearchResult
com.atlassian.jira.rest.client.api   
com.atlassian.jira.rest.client.test.matchers   
 

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

Methods in com.atlassian.jira.rest.client.api that return types with arguments of type SearchResult
 com.atlassian.util.concurrent.Promise<SearchResult> SearchRestClient.searchJql(String jql)
          Performs a JQL search and returns issues matching the query
 com.atlassian.util.concurrent.Promise<SearchResult> SearchRestClient.searchJql(String jql, Integer maxResults, Integer startAt, String fields)
          Performs a JQL search and returns issues matching the query using default maxResults (as configured in JIRA - usually 50) and startAt=0.
 com.atlassian.util.concurrent.Promise<SearchResult> SearchRestClient.searchJql(String jql, int maxResults, int startAt)
          Performs a JQL search and returns issues matching the query using default maxResults (as configured in JIRA - usually 50) and startAt=0
 

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

Methods in com.atlassian.jira.rest.client.test.matchers that return types with arguments of type SearchResult
static org.hamcrest.Matcher<? super SearchResult> SearchResultMatchers.searchResultWithParamsAndIssueCount(int startIndex, int maxResults, int total, int issueCount)
           
static org.hamcrest.Matcher<? super SearchResult> SearchResultMatchers.withIssueCount(int issueCount)
           
static org.hamcrest.Matcher<? super SearchResult> SearchResultMatchers.withMaxResults(int maxResults)
           
static org.hamcrest.Matcher<? super SearchResult> SearchResultMatchers.withStartIndex(int startIndex)
           
static org.hamcrest.Matcher<? super SearchResult> SearchResultMatchers.withTotal(int total)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.