com.atlassian.jira.bc.issue.search
Class IssuePickerResults

java.lang.Object
  extended by com.atlassian.jira.bc.issue.search.IssuePickerResults

@PublicApi
public class IssuePickerResults
extends Object

Simple Bean for returning back the results of an Issue Picker provider


Constructor Summary
IssuePickerResults(Collection<Issue> issues, int total, Collection<String> keyTerms, Collection<String> summaryTerms, String label, String id)
          Full constructor for results
 
Method Summary
 String getId()
           
 Collection<Issue> getIssues()
           
 Collection<String> getKeyTerms()
           
 String getLabel()
           
 Collection<String> getSummaryTerms()
           
 int getTotalIssues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 selected
total - The total number of issues that match criteria
keyTerms - The terms that searched for in the key
summaryTerms - The terms that were searched for in the summary
label - The section label
id - The unique id of the section
Method Detail

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