class DockerComposeContainer extends TestContainerProxy[org.testcontainers.containers.DockerComposeContainer[_]]

Linear Supertypes
TestContainerProxy[org.testcontainers.containers.DockerComposeContainer[_]], Container, Stoppable, Andable, Startable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DockerComposeContainer
  2. TestContainerProxy
  3. Container
  4. Stoppable
  5. Andable
  6. Startable
  7. AutoCloseable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DockerComposeContainer(composeFiles: ComposeFile, exposedServices: Seq[ExposedService] = Seq.empty, identifier: String = DockerComposeContainer.randomIdentifier, scaledServices: Seq[ScaledService] = Seq.empty, pull: Boolean = true, localCompose: Boolean = true, env: Map[String, String] = Map.empty, tailChildContainers: Boolean = false, logConsumers: Seq[ServiceLogConsumer] = Seq.empty, waitingFor: Option[WaitingForService] = None, services: Services = Services.All)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def close(): Unit
    Definition Classes
    Stoppable → AutoCloseable
  7. val container: org.testcontainers.containers.DockerComposeContainer[_]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def foreach(f: (Stoppable) => Unit): Unit
    Definition Classes
    Andable
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def getContainerByServiceName(serviceName: String): Option[ContainerState]
  13. def getDependencies(): Set[Startable]
    Definition Classes
    Startable
  14. def getServiceHost(serviceName: String, servicePort: Int): String
  15. def getServicePort(serviceName: String, servicePort: Int): Int
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def start(): Unit
    Definition Classes
    DockerComposeContainer → Startable
  22. def stop(): Unit
    Definition Classes
    DockerComposeContainerStoppableAndable → Startable
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def failed(e: Throwable)(implicit description: Description): Unit
    Definition Classes
    TestContainerProxyContainer
    Annotations
    @deprecated
    Deprecated

    Use stop and/or TestLifecycleAware.afterTest instead

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  3. def finished()(implicit description: Description): Unit
    Definition Classes
    TestContainerProxyContainer
    Annotations
    @deprecated
    Deprecated

    Use stop instead

  4. def starting()(implicit description: Description): Unit
    Definition Classes
    TestContainerProxyContainer
    Annotations
    @deprecated
    Deprecated

    Use start instead

  5. def succeeded()(implicit description: Description): Unit
    Definition Classes
    TestContainerProxyContainer
    Annotations
    @deprecated
    Deprecated

    Use stop and/or TestLifecycleAware.afterTest instead

Inherited from TestContainerProxy[org.testcontainers.containers.DockerComposeContainer[_]]

Inherited from Container

Inherited from Stoppable

Inherited from Andable

Inherited from Startable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped