com.xebialabs.deployit.plugin.cloud.util
Class MarkerChecker

java.lang.Object
  extended by com.xebialabs.deployit.plugin.cloud.util.MarkerChecker
All Implemented Interfaces:
java.io.Serializable

public class MarkerChecker
extends java.lang.Object
implements java.io.Serializable

Helper class which is responsible for providing a method to wait for marker file to appear

See Also:
Serialized Form

Constructor Summary
MarkerChecker()
           
 
Method Summary
 void waitForMarkerFileAppears(java.lang.String protocol, com.xebialabs.overthere.ConnectionOptions connectionOption, java.lang.String path, int timeout, int retryDelay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkerChecker

public MarkerChecker()
Method Detail

waitForMarkerFileAppears

public void waitForMarkerFileAppears(java.lang.String protocol,
                                     com.xebialabs.overthere.ConnectionOptions connectionOption,
                                     java.lang.String path,
                                     int timeout,
                                     int retryDelay)
                              throws java.util.concurrent.TimeoutException
Throws:
java.util.concurrent.TimeoutException