Class PollingChangeTracker


  • public final class PollingChangeTracker
    extends Object
    Since:
    4.2
    • Constructor Detail

      • PollingChangeTracker

        public PollingChangeTracker()
    • 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)