Class TimedQueryFactory
java.lang.Object
com.atlassian.jira.pageobjects.framework.util.TimedQueryFactory
An injectable componenta that builds conditions and queries for suppliers/predicates.
- Since:
- 5.2
-
Constructor Summary
ConstructorsConstructorDescriptionTimedQueryFactory(com.atlassian.pageobjects.elements.timeout.Timeouts timeouts, com.atlassian.pageobjects.PageBinder pageBinder) -
Method Summary
Modifier and TypeMethodDescription<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)
-
Constructor Details
-
TimedQueryFactory
@Inject public TimedQueryFactory(com.atlassian.pageobjects.elements.timeout.Timeouts timeouts, com.atlassian.pageobjects.PageBinder pageBinder)
-
-
Method Details
-
forSupplier
public <T> com.atlassian.pageobjects.elements.query.TimedQuery<T> forSupplier(com.google.common.base.Supplier<T> supplier) -
forSupplier
public <T> com.atlassian.pageobjects.elements.query.TimedQuery<T> forSupplier(com.google.common.base.Supplier<T> supplier, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
-