Class TimeSchedule<T>
java.lang.Object
net.thucydides.core.scheduling.fluent.TimeSchedule<T>
- Direct Known Subclasses:
PollingSchedule,TimeoutSchedule
public abstract class TimeSchedule<T>
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected SerenityFluentWaitfluentWait -
Constructor Summary
Constructors Constructor Description TimeSchedule(SerenityFluentWait fluentWait, int amount) -
Method Summary
Modifier and Type Method Description SerenityFluentWaithour()SerenityFluentWaithours()SerenityFluentWaitmilliseconds()SerenityFluentWaitminute()SerenityFluentWaitminutes()SerenityFluentWaitsecond()SerenityFluentWaitseconds()protected abstract SerenityFluentWaitupdateWaitBy(int amount, java.util.concurrent.TimeUnit unit)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
fluentWait
-
-
Constructor Details
-
TimeSchedule
-
-
Method Details
-
updateWaitBy
-
milliseconds
-
second
-
seconds
-
minute
-
minutes
-
hour
-
hours
-