Uses of Class
cz.xtf.core.waiting.Waiter.LogPoint
-
Packages that use Waiter.LogPoint Package Description cz.xtf.core.waiting -
-
Uses of Waiter.LogPoint in cz.xtf.core.waiting
Methods in cz.xtf.core.waiting that return Waiter.LogPoint Modifier and Type Method Description static Waiter.LogPointWaiter.LogPoint. valueOf(String name)Returns the enum constant of this type with the specified name.static Waiter.LogPoint[]Waiter.LogPoint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cz.xtf.core.waiting with parameters of type Waiter.LogPoint Modifier and Type Method Description SimpleWaiterSimpleWaiter. logPoint(Waiter.LogPoint logPoint)SupplierWaiterSupplierWaiter. logPoint(Waiter.LogPoint logPoint)WaiterWaiter. logPoint(Waiter.LogPoint logPoint)Sets waiters logPoints.static voidWaiters. sleep(long millis, String reason, Waiter.LogPoint logPoint)static voidWaiters. sleep(TimeUnit timeUnit, long t, String reason, Waiter.LogPoint logPoint)
-