public static interface Conditions.CombinableCondition extends TimedCondition
DEFAULT_INTERVAL| Modifier and Type | Method and Description |
|---|---|
Conditions.CombinableCondition |
and(TimedCondition other)
Combine other condition with this condition logical query, such that the resulting condition
represents a logical product of this condition and other.
|
Conditions.CombinableCondition |
or(TimedCondition other)
Combine other condition with this condition logical query, such that the resulting condition
represents a logical sum of this condition and other.
|
by, by, byDefaultTimeout, nowdefaultTimeout, intervalConditions.CombinableCondition and(TimedCondition other)
other - condition to combine with this oneConditions.CombinableCondition or(TimedCondition other)
other - condition to combine with this oneCopyright © 2015 Atlassian. All rights reserved.