com.atlassian.jira.bc.issue.search
Class IssuePickerSearchService.IssuePickerParameters

java.lang.Object
  extended by com.atlassian.jira.bc.issue.search.IssuePickerSearchService.IssuePickerParameters
Enclosing interface:
IssuePickerSearchService

@PublicApi
public static class IssuePickerSearchService.IssuePickerParameters
extends Object

Class for passing around IssuePicker parameters.


Constructor Summary
IssuePickerSearchService.IssuePickerParameters(String query, String currentJQL, Issue currentIssue, Project currentProject, boolean showSubTasks, boolean showSubTaskParent, int limit)
          Constructor that takes all parameters
 
Method Summary
 Issue getCurrentIssue()
           
 String getCurrentJQL()
           
 Project getCurrentProject()
           
 int getLimit()
           
 String getQuery()
           
 boolean showSubTaskParent()
           
 boolean showSubTasks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 inputed
currentJQL - the current JQL
currentIssue - the current issue
currentProject - the current project
showSubTasks - whether or not to show sub-tasks
showSubTaskParent - whether or not to show parent
limit - how many items to display
Method Detail

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-2013 Atlassian. All Rights Reserved.