| Package | Description |
|---|---|
| cz.xtf.core.waiting |
| Modifier and Type | Method and Description |
|---|---|
static Waiter.LogPoint |
Waiter.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.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter |
Waiter.logPoint(Waiter.LogPoint logPoint)
Sets waiters logPoints.
|
SimpleWaiter |
SimpleWaiter.logPoint(Waiter.LogPoint logPoint) |
SupplierWaiter |
SupplierWaiter.logPoint(Waiter.LogPoint logPoint) |
static void |
Waiters.sleep(long millis,
String reason,
Waiter.LogPoint logPoint) |
static void |
Waiters.sleep(TimeUnit timeUnit,
long t,
String reason,
Waiter.LogPoint logPoint) |
Copyright © 2023. All rights reserved.