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

public abstract class SleepingAwaitStrategyBase extends Object implements AwaitStrategy
  • Constructor Details

    • SleepingAwaitStrategyBase

      protected SleepingAwaitStrategyBase(Object sleepTime)
    • SleepingAwaitStrategyBase

      protected SleepingAwaitStrategyBase(Object sleepTime, int defaultSleepTime)
  • Method Details

    • getSleepTime

      public int getSleepTime()
    • getTimeUnit

      public TimeUnit getTimeUnit()