| java.lang.Object |
| ↳ |
com.atlassian.jira.pageobjects.framework.util.TimedQueryFactory |
Class Overview
An injectable componenta that builds conditions and queries for suppliers/predicates.
Summary
| Public Constructors |
|
@Inject
|
TimedQueryFactory(Timeouts timeouts, PageBinder pageBinder)
|
| Public Methods |
|
<T>
TimedQuery<T>
|
forSupplier(Supplier<T> supplier)
|
|
<T>
TimedQuery<T>
|
forSupplier(Supplier<T> supplier, TimeoutType timeoutType)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Constructors
@Inject
public
TimedQueryFactory
(Timeouts timeouts, PageBinder pageBinder)
Public Methods
public
TimedQuery<T>
forSupplier
(Supplier<T> supplier)
public
TimedQuery<T>
forSupplier
(Supplier<T> supplier, TimeoutType timeoutType)