public interface IssueSearchLimits
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_RESULTS
The default maximum for the number of issues returned by a search.
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxResults()
Returns the maximum number of search results that this JIRA instance is configured to allow, by reading it from
the
|
static final int DEFAULT_MAX_RESULTS
int getMaxResults()
jpm.xmlfile. If there is a problem reading the configured value, this method returns 1000.
Copyright © 2002-2015 Atlassian. All Rights Reserved.