public class

TimedSearchResult

extends Object
java.lang.Object
   ↳ com.atlassian.jira.sharing.search.TimedSearchResult<E extends com.atlassian.jira.sharing.SharedEntity>

Class Overview

Simple tuple to contain search results and timer information.

Summary

Public Constructors
TimedSearchResult(SharedEntitySearchResult<E> result, SimpleOpTimer timer)
Public Methods
SharedEntitySearchResult<E> getResult()
SimpleOpTimer getTimer()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TimedSearchResult (SharedEntitySearchResult<E> result, SimpleOpTimer timer)

Public Methods

public SharedEntitySearchResult<E> getResult ()

public SimpleOpTimer getTimer ()