@PublicApi public class IssuePickerResults extends Object
Constructor and Description |
---|
IssuePickerResults(Collection<Issue> issues,
int total,
Collection<String> keyTerms,
Collection<String> summaryTerms,
String label,
String id)
Full constructor for results
|
Modifier and Type | Method and Description |
---|---|
String |
getId() |
Collection<Issue> |
getIssues() |
Collection<String> |
getKeyTerms() |
String |
getLabel() |
Collection<String> |
getSummaryTerms() |
int |
getTotalIssues() |
public IssuePickerResults(Collection<Issue> issues, int total, Collection<String> keyTerms, Collection<String> summaryTerms, String label, String id)
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 sectionpublic Collection<Issue> getIssues()
public Collection<String> getKeyTerms()
public String getLabel()
public Collection<String> getSummaryTerms()
public String getId()
public int getTotalIssues()
Copyright © 2002-2022 Atlassian. All Rights Reserved.