public class ConditionSettings extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Getter for the field
alias. |
ConditionEvaluationListener |
getConditionEvaluationListener()
Getter for the field
conditionResultLogger |
ExecutorLifecycle |
getExecutorLifecycle() |
FailFastCondition |
getFailFastCondition() |
Duration |
getHoldPredicateTime()
Returning hold predicate wait time from field
waitConstraint. |
Duration |
getMaxWaitTime()
Returning maximum wait time from field
waitConstraint. |
Duration |
getMinWaitTime()
Returning minimum wait time from field
waitConstraint. |
Duration |
getPollDelay()
Getter for the field
pollDelay. |
PollInterval |
getPollInterval()
Getter for the field
pollInterval. |
boolean |
hasAlias()
hasAlias
|
boolean |
shouldCatchUncaughtExceptions()
shouldCatchUncaughtExceptions.
|
boolean |
shouldExceptionBeIgnored(Throwable e) |
public Duration getMaxWaitTime()
Returning maximum wait time from field waitConstraint.
org.awaitility.Duration object.public Duration getMinWaitTime()
Returning minimum wait time from field waitConstraint.
org.awaitility.Duration object.public Duration getHoldPredicateTime()
Returning hold predicate wait time from field waitConstraint.
org.awaitility.Duration object.public PollInterval getPollInterval()
Getter for the field pollInterval.
org.awaitility.Duration object.public Duration getPollDelay()
Getter for the field pollDelay.
org.awaitility.Duration object.public boolean hasAlias()
hasAlias
public boolean shouldCatchUncaughtExceptions()
shouldCatchUncaughtExceptions.
public ConditionEvaluationListener getConditionEvaluationListener()
Getter for the field conditionResultLogger
ConditionEvaluationListener object.public boolean shouldExceptionBeIgnored(Throwable e)
public ExecutorLifecycle getExecutorLifecycle()
public FailFastCondition getFailFastCondition()
Callable.Copyright © 2010–2022. All rights reserved.