Class IssuePickerResults
java.lang.Object
com.atlassian.jira.bc.issue.search.IssuePickerResults
Simple Bean for returning back the results of an Issue Picker provider
-
Constructor Summary
ConstructorsConstructorDescriptionIssuePickerResults
(Collection<Issue> issues, int total, Collection<String> keyTerms, Collection<String> summaryTerms, String label, String id) Full constructor for results -
Method Summary
-
Constructor Details
-
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
-
-
Method Details
-
getIssues
-
getKeyTerms
-
getLabel
-
getSummaryTerms
-
getId
-
getTotalIssues
public int getTotalIssues()
-