jetbrains.buildServer.util
Class WaitFor

java.lang.Object
  extended by jetbrains.buildServer.util.WaitFor

public abstract class WaitFor
extends java.lang.Object

Author:
Kir Maximov

Constructor Summary
protected WaitFor()
           
protected WaitFor(long timeout)
           
protected WaitFor(long timeout, long pollInterval)
           
protected WaitFor(java.lang.String optionalWatchDogName, long timeout)
           
 
Method Summary
protected abstract  boolean condition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaitFor

protected WaitFor()

WaitFor

protected WaitFor(java.lang.String optionalWatchDogName,
                  long timeout)

WaitFor

protected WaitFor(long timeout)

WaitFor

protected WaitFor(long timeout,
                  long pollInterval)
Method Detail

condition

protected abstract boolean condition()