A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

asBoolean() - Method in UnknownWaitForEvaluationResult

B

C

customMessage - Property in Wait

D

DEFAULT_RETRY_INTERVAL - Field in Wait
100 milliseconds
DEFAULT_TIMEOUT - Field in Wait
5 seconds

E

equals(java.lang.Object) - Method in Wait
execute(Closure<T>) - Method in PotentiallyWaitingExecutor

F

G

H

hashCode() - Method in Wait

I

includeCauseInExceptionMessage - Property in Wait
Whether we should append cause strings to the returned exception message or not

J

K

L

lastEvaluationValue - Property in WaitTimeoutException

M

N

O

P

PotentiallyWaitingExecutor - Class in geb.waiting
PotentiallyWaitingExecutor(geb.waiting.Wait) - Constructor in PotentiallyWaitingExecutor

Q

R

retryInterval - Property in Wait
How many seconds to wait before trying something again while waiting.

S

T

thrown - Property in UnknownWaitForEvaluationResult
holds a Throwable that was returned from last closure evaluation in a waitFor() call
timeout - Property in Wait
The maximum amount of seconds that something can be waited on.
toString() - Method in UnknownWaitForEvaluationResult
toString() - Method in Wait

U

UnknownWaitForEvaluationResult - Class in geb.waiting
A wrapper that is always falsey when evaluated and holds a Throwable that was returned from last closure evaluation in a waitFor() call.
UnknownWaitForEvaluationResult(java.lang.Throwable) - Constructor in UnknownWaitForEvaluationResult

V

W

Wait - Class in geb.waiting
Represents a particular configuration of waiting, but does not encompass what is to be waited on.
Wait(java.lang.Number, java.lang.Number, boolean) - Constructor in Wait
wait - Field in WaitTimeoutException
waitFor(Closure<T>) - Method in Wait
Invokes the given block every retryInterval seconds until it returns a true value according to the Groovy Truth.
WaitTimeoutException - Class in geb.waiting
Thrown when a wait operation exceeds its timeout.
WaitTimeoutException(geb.waiting.Wait, java.lang.Throwable, java.lang.Object) - Constructor in WaitTimeoutException

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _