com.atlassian.jira.bc.issue.search
Class IssuePickerResults
java.lang.Object
com.atlassian.jira.bc.issue.search.IssuePickerResults
public class IssuePickerResults
- extends Object
Simple Bean for returning back the results of an Issue Picker provider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssuePickerResults
public IssuePickerResults(Collection<Issue> issues,
int total,
Collection<String> keyTerms,
Collection<String> summaryTerms,
String label,
String id)
- Full constructor for results
- Parameters:
issues - The issues that were selectedtotal - The total number of issues that match criteriakeyTerms - The terms that searched for in the keysummaryTerms - The terms that were searched for in the summarylabel - The section labelid - The unique id of the section
getIssues
public Collection<Issue> getIssues()
getKeyTerms
public Collection<String> getKeyTerms()
getLabel
public String getLabel()
getSummaryTerms
public Collection<String> getSummaryTerms()
getId
public String getId()
getTotalIssues
public int getTotalIssues()
Copyright © 2002-2011 Atlassian. All Rights Reserved.