public class TimedQueryFactory extends Object
Constructor and Description |
---|
TimedQueryFactory(com.atlassian.pageobjects.elements.timeout.Timeouts timeouts,
com.atlassian.pageobjects.PageBinder pageBinder) |
Modifier and Type | Method and Description |
---|---|
<T> com.atlassian.pageobjects.elements.query.TimedQuery<T> |
forSupplier(com.google.common.base.Supplier<T> supplier) |
<T> com.atlassian.pageobjects.elements.query.TimedQuery<T> |
forSupplier(com.google.common.base.Supplier<T> supplier,
com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType) |
@Inject public TimedQueryFactory(com.atlassian.pageobjects.elements.timeout.Timeouts timeouts, com.atlassian.pageobjects.PageBinder pageBinder)
public <T> com.atlassian.pageobjects.elements.query.TimedQuery<T> forSupplier(com.google.common.base.Supplier<T> supplier)
public <T> com.atlassian.pageobjects.elements.query.TimedQuery<T> forSupplier(com.google.common.base.Supplier<T> supplier, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
Copyright © 2002-2015 Atlassian. All Rights Reserved.