Package com.playtika.testcontainer.minio
Class DefaultMinioWaitStrategy
java.lang.Object
org.testcontainers.containers.wait.strategy.WaitAllStrategy
com.playtika.testcontainer.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 -
Method Summary
Methods inherited from class org.testcontainers.containers.wait.strategy.WaitAllStrategy
waitUntilReady, withStartupTimeout, withStrategyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.testcontainers.containers.wait.strategy.WaitStrategy
waitUntilReady, withStartupTimeout
-
Constructor Details
-
DefaultMinioWaitStrategy
-