public class AbstractPollingQuery extends Object implements PollingQuery
PollingQuery interface.| Modifier and Type | Field and Description |
|---|---|
protected long |
defaultTimeout |
protected long |
interval |
DEFAULT_INTERVAL| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPollingQuery(long interval,
long defaultTimeout) |
protected |
AbstractPollingQuery(PollingQuery other) |
| Modifier and Type | Method and Description |
|---|---|
long |
defaultTimeout()
Default timeout (in milliseconds) of this query in the current test context.
|
long |
interval()
An interval (in milliseconds) that will be used to periodically evaluate the query.
|
protected final long interval
protected final long defaultTimeout
protected AbstractPollingQuery(long interval,
long defaultTimeout)
protected AbstractPollingQuery(PollingQuery other)
public long interval()
PollingQueryinterval in interface PollingQuerypublic long defaultTimeout()
PollingQuerydefaultTimeout in interface PollingQueryCopyright © 2015 Atlassian. All rights reserved.