Class IssuePickerSearchService.IssuePickerParameters
java.lang.Object
com.atlassian.jira.bc.issue.search.IssuePickerSearchService.IssuePickerParameters
- Enclosing interface:
IssuePickerSearchService
Class for passing around IssuePicker parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionIssuePickerParameters(String query, String currentJQL, Issue currentIssue, Project currentProject, boolean showSubTasks, boolean showSubTaskParent, int limit) Constructor that takes all parameters -
Method Summary
-
Constructor Details
-
IssuePickerParameters
public IssuePickerParameters(String query, String currentJQL, Issue currentIssue, Project currentProject, boolean showSubTasks, boolean showSubTaskParent, int limit) Constructor that takes all parameters- Parameters:
query- the query that was inputedcurrentJQL- the current JQLcurrentIssue- the current issuecurrentProject- the current projectshowSubTasks- whether or not to show sub-tasksshowSubTaskParent- whether or not to show parentlimit- how many items to display
-
-
Method Details
-
getQuery
-
getCurrentJQL
-
getCurrentIssue
-
getCurrentProject
-
showSubTasks
public boolean showSubTasks() -
showSubTaskParent
public boolean showSubTaskParent() -
getLimit
public int getLimit()
-