public final class Queries extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> TimedQuery<T> |
forSupplier(Timeouts timeouts,
com.google.common.base.Supplier<T> supplier)
Returns a timed query, with current evaluation is based on a value provided by given supplier.
|
static <T> TimedQuery<T> |
forSupplier(Timeouts timeouts,
com.google.common.base.Supplier<T> supplier,
TimeoutType timeoutType)
Returns a timed query, with current evaluation is based on a value provided by given supplier.
|
public static <T> TimedQuery<T> forSupplier(Timeouts timeouts, com.google.common.base.Supplier<T> supplier)
timeouts - an instance of timeouts to use for configured the new conditionsupplier - supplier of the query evaluationpublic static <T> TimedQuery<T> forSupplier(Timeouts timeouts, com.google.common.base.Supplier<T> supplier, TimeoutType timeoutType)
timeouts - an instance of timeouts to use for configured the new conditionsupplier - supplier of the query evaluationtimeoutType - timeout type for the resulting queryCopyright © 2015 Atlassian. All rights reserved.