Class PollingSchedule<T>
java.lang.Object
net.thucydides.core.scheduling.fluent.TimeSchedule<T>
net.thucydides.core.scheduling.fluent.PollingSchedule<T>
public class PollingSchedule<T> extends TimeSchedule<T>
-
Field Summary
Fields inherited from class net.thucydides.core.scheduling.fluent.TimeSchedule
fluentWait -
Constructor Summary
Constructors Constructor Description PollingSchedule(SerenityFluentWait fluentWait, int amount) -
Method Summary
Modifier and Type Method Description protected SerenityFluentWaitupdateWaitBy(int amount, java.util.concurrent.TimeUnit unit)Methods inherited from class net.thucydides.core.scheduling.fluent.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>
-