@ExperimentalApi
public interface ExecutableWaiterQuery
| Modifier and Type | Method and Description |
|---|---|
WaiterQuery |
and()
Allows chaining of queries together and will pass when
both queries evaluates to true
|
void |
execute()
Executes the built up waiter query.
|
WaiterQuery |
or()
Allows chaining of queries together and will pass when
either query evaluates to true
|
void execute()
WaiterQuery and()
WaiterQuery or()
Copyright © 2015 Atlassian. All rights reserved.