Class SleepingAwaitStrategyBase
java.lang.Object
org.arquillian.cube.docker.impl.await.SleepingAwaitStrategyBase
- All Implemented Interfaces:
AwaitStrategy
- Direct Known Subclasses:
DockerHealthAwaitStrategy,HttpAwaitStrategy,LogScanningAwaitStrategy,PollingAwaitStrategy,SleepingAwaitStrategy,StaticAwaitStrategy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSleepingAwaitStrategyBase(Object sleepTime) protectedSleepingAwaitStrategyBase(Object sleepTime, int defaultSleepTime) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.arquillian.cube.spi.await.AwaitStrategy
await
-
Constructor Details
-
SleepingAwaitStrategyBase
-
SleepingAwaitStrategyBase
-
-
Method Details
-
getSleepTime
public int getSleepTime() -
getTimeUnit
-