Package com.atlassian.plugin.util
Interface WaitUntil.WaitCondition
- Enclosing class:
- WaitUntil
public static interface WaitUntil.WaitCondition
The condition to determine when to stop waiting
-
Method Summary
Modifier and TypeMethodDescriptionGets the wait message to log for each trybooleanIf the condition has been finished
-
Method Details
-
isFinished
boolean isFinished()If the condition has been finished- Returns:
- True if finished and should stop waiting
-
getWaitMessage
String getWaitMessage()Gets the wait message to log for each try- Returns:
- The string to print describing why the code is waiting
-