public final class PollingChangeTracker extends Object
Constructor and Description |
---|
PollingChangeTracker() |
Modifier and Type | Method and 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) |
public static <T> T waitUntil(String reason, com.atlassian.util.concurrent.Supplier<T> supplier, org.hamcrest.Matcher<? super T> matcher)
public static <T> T waitUntil(String reason, com.atlassian.util.concurrent.Supplier<T> supplier, org.hamcrest.Matcher<? super T> matcher, TimePeriod timeout)
public static <T> T waitUntil(String reason, com.atlassian.util.concurrent.Supplier<T> supplier, org.hamcrest.Matcher<? super T> matcher, TimePeriod timeout, TimePeriod pollingTimePeriod)
Copyright © 2003–2016 Atlassian. All rights reserved.