@PublicApi public static class IssuePickerSearchService.IssuePickerParameters extends Object
| Constructor and Description |
|---|
IssuePickerParameters(String query,
String currentJQL,
Issue currentIssue,
Project currentProject,
boolean showSubTasks,
boolean showSubTaskParent,
int limit)
Constructor that takes all parameters
|
| Modifier and Type | Method and Description |
|---|---|
Issue |
getCurrentIssue() |
String |
getCurrentJQL() |
Project |
getCurrentProject() |
int |
getLimit() |
String |
getQuery() |
boolean |
showSubTaskParent() |
boolean |
showSubTasks() |
public IssuePickerParameters(String query, String currentJQL, Issue currentIssue, Project currentProject, boolean showSubTasks, boolean showSubTaskParent, int limit)
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 displaypublic String getQuery()
public String getCurrentJQL()
public Issue getCurrentIssue()
public Project getCurrentProject()
public boolean showSubTasks()
public boolean showSubTaskParent()
public int getLimit()
Copyright © 2002-2017 Atlassian. All Rights Reserved.