com.atlassian.confluence.it
Class PollingChangeTracker

java.lang.Object
  extended by com.atlassian.confluence.it.PollingChangeTracker

public final class PollingChangeTracker
extends java.lang.Object


Constructor Summary
PollingChangeTracker()
           
 
Method Summary
static
<T> void
waitUntil(java.lang.String reason, com.atlassian.util.concurrent.Supplier<T> supplier, org.hamcrest.Matcher matcher)
           
static
<T> void
waitUntil(java.lang.String reason, com.atlassian.util.concurrent.Supplier<T> supplier, org.hamcrest.Matcher matcher, TimePeriod timeout)
           
static
<T> void
waitUntil(java.lang.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
 

Constructor Detail

PollingChangeTracker

public PollingChangeTracker()
Method Detail

waitUntil

public static <T> void waitUntil(java.lang.String reason,
                                 com.atlassian.util.concurrent.Supplier<T> supplier,
                                 org.hamcrest.Matcher matcher)

waitUntil

public static <T> void waitUntil(java.lang.String reason,
                                 com.atlassian.util.concurrent.Supplier<T> supplier,
                                 org.hamcrest.Matcher matcher,
                                 TimePeriod timeout)

waitUntil

public static <T> void waitUntil(java.lang.String reason,
                                 com.atlassian.util.concurrent.Supplier<T> supplier,
                                 org.hamcrest.Matcher matcher,
                                 TimePeriod timeout,
                                 TimePeriod pollingTimePeriod)


Copyright © 2003-2014 Atlassian. All Rights Reserved.