public class IssueSearchLimitsImpl extends Object implements IssueSearchLimits
DEFAULT_MAX_RESULTS| Constructor and Description |
|---|
IssueSearchLimitsImpl(ApplicationProperties applicationProperties)
Creates a new SearchLimits instance.
|
| 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
|
public IssueSearchLimitsImpl(ApplicationProperties applicationProperties)
applicationProperties - an ApplicationPropertiespublic int getMaxResults()
jira-application.propertiesfile. If there is a problem reading the configured value, this method returns .
getMaxResults in interface IssueSearchLimitsCopyright © 2002-2024 Atlassian. All Rights Reserved.