Package com.atlassian.confluence.it
Class PollingChangeTracker
- java.lang.Object
-
- com.atlassian.confluence.it.PollingChangeTracker
-
public final class PollingChangeTracker extends Object
- Since:
- 4.2
-
-
Constructor Summary
Constructors Constructor Description PollingChangeTracker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
waitUntil(String reason, com.atlassian.util.concurrent.Supplier<T> supplier, org.hamcrest.Matcher<? super T> matcher)
static <T> T
waitUntil(String reason, com.atlassian.util.concurrent.Supplier<T> supplier, org.hamcrest.Matcher<? super T> matcher, TimePeriod timeout)
static <T> T
waitUntil(String reason, com.atlassian.util.concurrent.Supplier<T> supplier, org.hamcrest.Matcher<? super T> matcher, TimePeriod timeout, TimePeriod pollingTimePeriod)
-
-
-
Method Detail
-
waitUntil
public static <T> T waitUntil(String reason, com.atlassian.util.concurrent.Supplier<T> supplier, org.hamcrest.Matcher<? super T> matcher)
-
waitUntil
public static <T> T waitUntil(String reason, com.atlassian.util.concurrent.Supplier<T> supplier, org.hamcrest.Matcher<? super T> matcher, TimePeriod timeout)
-
waitUntil
public static <T> T waitUntil(String reason, com.atlassian.util.concurrent.Supplier<T> supplier, org.hamcrest.Matcher<? super T> matcher, TimePeriod timeout, TimePeriod pollingTimePeriod)
-
-