@Internal public class

SearchResultsInfo

extends Object
java.lang.Object
   ↳ com.atlassian.jira.web.action.issue.SearchResultsInfo

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

Value container for search results helper

Summary

Fields
protected SearchResults searchResults
protected Long selectedIssueId
Public Constructors
SearchResultsInfo()
Public Methods
SearchResults getSearchResults()
Long getSelectedIssueId()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchResults searchResults

protected Long selectedIssueId

Public Constructors

public SearchResultsInfo ()

Public Methods

public SearchResults getSearchResults ()

public Long getSelectedIssueId ()