public static interface

WaitUntil.WaitCondition

com.atlassian.plugin.util.WaitUntil.WaitCondition

Class Overview

The condition to determine when to stop waiting

Summary

Public Methods
String getWaitMessage()
Gets the wait message to log for each try
boolean isFinished()
If the condition has been finished

Public Methods

public String getWaitMessage ()

Gets the wait message to log for each try

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

public boolean isFinished ()

If the condition has been finished

Returns
  • True if finished and should stop waiting