Class DefaultMinioWaitStrategy

java.lang.Object
org.testcontainers.containers.wait.strategy.WaitAllStrategy
com.playtika.test.minio.DefaultMinioWaitStrategy
All Implemented Interfaces:
MinioWaitStrategy, org.testcontainers.containers.wait.strategy.WaitStrategy

public class DefaultMinioWaitStrategy extends org.testcontainers.containers.wait.strategy.WaitAllStrategy implements MinioWaitStrategy
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.testcontainers.containers.wait.strategy.WaitAllStrategy

    org.testcontainers.containers.wait.strategy.WaitAllStrategy.Mode
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.testcontainers.containers.wait.strategy.WaitAllStrategy

    waitUntilReady, withStartupTimeout, withStrategy

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.testcontainers.containers.wait.strategy.WaitStrategy

    waitUntilReady, withStartupTimeout
  • Constructor Details

    • DefaultMinioWaitStrategy

      public DefaultMinioWaitStrategy(MinioProperties properties)