public abstract class WaitConditionBuilder<T extends Condition,S extends WaitConditionBuilder> extends Object
| Constructor and Description |
|---|
WaitConditionBuilder(T condition,
WaitBuilder builder)
Default constructor using fields.
|
| Modifier and Type | Method and Description |
|---|---|
WaitBuilder |
getBuilder()
Gets the builder.
|
T |
getCondition()
Gets the condition.
|
S |
interval(Long interval)
The interval in seconds to use between each test of the condition
|
S |
interval(String interval)
The interval in seconds to use between each test of the condition
|
S |
milliseconds(Long milliseconds)
The total length of milliseconds to wait on the condition to be satisfied
|
S |
milliseconds(String milliseconds)
The total length of milliseconds to wait on the condition to be satisfied
|
S |
ms(Long milliseconds)
The total length of milliseconds to wait on the condition to be satisfied
|
S |
ms(String milliseconds)
The total length of milliseconds to wait on the condition to be satisfied
|
S |
seconds(Long seconds)
The total length of seconds to wait on the condition to be satisfied
|
S |
seconds(String seconds)
The total length of seconds to wait on the condition to be satisfied
|
public WaitConditionBuilder(T condition, WaitBuilder builder)
condition - builder - public S seconds(String seconds)
seconds - public S seconds(Long seconds)
seconds - public S ms(String milliseconds)
milliseconds - public S ms(Long milliseconds)
milliseconds - public S milliseconds(String milliseconds)
milliseconds - public S milliseconds(Long milliseconds)
milliseconds - public S interval(String interval)
interval - public S interval(Long interval)
interval - public T getCondition()
public WaitBuilder getBuilder()
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.