| java.lang.Object | |
| ↳ | com.atlassian.plugin.util.WaitUntil |
Utility methods for synchronising on asynchronous processes
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WaitUntil.WaitCondition | The condition to determine when to stop waiting | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Invokes the wait condition, trying every second for 10 seconds
| |||||||||||
Invokes the wait condition, trying every second for the configured
seconds
| |||||||||||
Invokes the wait condition, trying every second for the configured
seconds
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Invokes the wait condition, trying every second for 10 seconds
| waitCondition | The condition that determines when to stop waiting |
|---|
Invokes the wait condition, trying every second for the configured seconds
| waitCondition | The condition that determines when to stop waiting |
|---|---|
| time | the amount of time to wait |
| unit | the time unit time is specified in |
| retryInterval | how often to re-check the condition (specified in the supplied TimeUnit) |
Invokes the wait condition, trying every second for the configured seconds
| waitCondition | The condition that determines when to stop waiting |
|---|---|
| tries | The number of tries to attempt |