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
 java.lang.String getWaitMessage()
          Gets the wait message to log for each try
 boolean isFinished()
          If the condition has been finished
 

Method Detail

isFinished

boolean isFinished()
If the condition has been finished

Returns:
True if finished and should stop waiting

getWaitMessage

java.lang.String getWaitMessage()
Gets the wait message to log for each try

Returns:
The string to print describing why the code is waiting


Copyright © 2013 Atlassian. All Rights Reserved.