net.thucydides.core.scheduling
Class PollingSchedule<T>

Package class diagram package PollingSchedule
java.lang.Object
  extended by net.thucydides.core.scheduling.TimeSchedule<T>
      extended by net.thucydides.core.scheduling.PollingSchedule<T>

public class PollingSchedule<T>
extends TimeSchedule<T>


Field Summary
 
Fields inherited from class net.thucydides.core.scheduling.TimeSchedule
fluentWait
 
Constructor Summary
PollingSchedule(ThucydidesFluentWait<T> fluentWait, int amount)
           
 
Method Summary
protected  ThucydidesFluentWait<T> updateWaitBy(int amount, TimeUnit unit)
           
 
Methods inherited from class net.thucydides.core.scheduling.TimeSchedule
hour, hours, milliseconds, minute, minutes, second, seconds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollingSchedule

public PollingSchedule(ThucydidesFluentWait<T> fluentWait,
                       int amount)
Method Detail

updateWaitBy

protected ThucydidesFluentWait<T> updateWaitBy(int amount,
                                               TimeUnit unit)
Specified by:
updateWaitBy in class TimeSchedule<T>


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.