com.atlassian.jira.bc.issue.search
Class IssuePickerSearchService.IssuePickerParameters
java.lang.Object
com.atlassian.jira.bc.issue.search.IssuePickerSearchService.IssuePickerParameters
- Enclosing interface:
- IssuePickerSearchService
public static class IssuePickerSearchService.IssuePickerParameters
- extends Object
Class for passing around IssuePicker parameters.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssuePickerSearchService.IssuePickerParameters
public IssuePickerSearchService.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
getQuery
public String getQuery()
getCurrentJQL
public String getCurrentJQL()
getCurrentIssue
public Issue getCurrentIssue()
getCurrentProject
public Project getCurrentProject()
showSubTasks
public boolean showSubTasks()
showSubTaskParent
public boolean showSubTaskParent()
getLimit
public int getLimit()
Copyright © 2002-2012 Atlassian. All Rights Reserved.