Package net.thucydides.core.scheduling
Class PollingSchedule<T>
java.lang.Object
net.thucydides.core.scheduling.TimeSchedule<T>
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
Constructors Constructor Description PollingSchedule(ThucydidesFluentWait<T> fluentWait, int amount) -
Method Summary
Modifier and Type Method Description protected ThucydidesFluentWait<T>updateWaitBy(int amount, java.util.concurrent.TimeUnit unit)Methods inherited from class net.thucydides.core.scheduling.TimeSchedule
hour, hours, milliseconds, minute, minutes, second, secondsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PollingSchedule
-
-
Method Details
-
updateWaitBy
- Specified by:
updateWaitByin classTimeSchedule<T>
-