com.atlassian.confluence.it
Class PollingChangeTracker
java.lang.Object
com.atlassian.confluence.it.PollingChangeTracker
public final class PollingChangeTracker
- extends Object
|
Method Summary |
static
|
waitUntil(String reason,
com.atlassian.util.concurrent.Supplier<T> supplier,
org.hamcrest.Matcher matcher)
|
static
|
waitUntil(String reason,
com.atlassian.util.concurrent.Supplier<T> supplier,
org.hamcrest.Matcher matcher,
TimePeriod timeout)
|
static
|
waitUntil(String reason,
com.atlassian.util.concurrent.Supplier<T> supplier,
org.hamcrest.Matcher matcher,
TimePeriod timeout,
TimePeriod pollingTimePeriod)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollingChangeTracker
public PollingChangeTracker()
waitUntil
public static <T> void waitUntil(String reason,
com.atlassian.util.concurrent.Supplier<T> supplier,
org.hamcrest.Matcher matcher)
waitUntil
public static <T> void waitUntil(String reason,
com.atlassian.util.concurrent.Supplier<T> supplier,
org.hamcrest.Matcher matcher,
TimePeriod timeout)
waitUntil
public static <T> void waitUntil(String reason,
com.atlassian.util.concurrent.Supplier<T> supplier,
org.hamcrest.Matcher matcher,
TimePeriod timeout,
TimePeriod pollingTimePeriod)
Copyright © 2003–2015 Atlassian. All rights reserved.