Packages

class DockerBasedInstallationExampleNuEnvironment extends DockerComposeContainer

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

Instance Constructors

  1. new DockerBasedInstallationExampleNuEnvironment(nussknackerImageVersion: String, dockerComposeTweakFiles: Iterable[File])

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. val client: DockerBasedInstallationExampleClient
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. def close(): Unit
    Definition Classes
    Stoppable → AutoCloseable
  8. val container: ComposeContainer
    Definition Classes
    DockerComposeContainer → TestContainerProxy
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def foreach(f: (Stoppable) => Unit): Unit
    Definition Classes
    Andable
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def getContainerByServiceName(serviceName: String): Option[ContainerState]
    Definition Classes
    DockerComposeContainer
  14. def getDependencies(): Set[Startable]
    Definition Classes
    Startable
  15. def getServiceHost(serviceName: String, servicePort: Int): String
    Definition Classes
    DockerComposeContainer
  16. def getServicePort(serviceName: String, servicePort: Int): Int
    Definition Classes
    DockerComposeContainer
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. def start(): Unit
    Definition Classes
    DockerComposeContainer → Startable
  23. def stop(): Unit
    Definition Classes
    DockerComposeContainer → Stoppable → Andable → Startable
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. 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
    TestContainerProxy → Container
    Annotations
    @deprecated
    Deprecated

    (Since version v0.27.0) 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

    (Since version 9)

  3. def finished()(implicit description: Description): Unit
    Definition Classes
    TestContainerProxy → Container
    Annotations
    @deprecated
    Deprecated

    (Since version v0.27.0) Use stop instead

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

    (Since version v0.27.0) Use start instead

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

    (Since version v0.27.0) Use stop and/or TestLifecycleAware.afterTest instead

Inherited from DockerComposeContainer

Inherited from TestContainerProxy[ComposeContainer]

Inherited from Container

Inherited from Stoppable

Inherited from Andable

Inherited from Startable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped