class DockerBasedInstallationExampleNuEnvironment extends DockerComposeContainer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DockerBasedInstallationExampleNuEnvironment
- DockerComposeContainer
- TestContainerProxy
- Container
- Stoppable
- Andable
- Startable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val client: DockerBasedInstallationExampleClient
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def close(): Unit
- Definition Classes
- Stoppable → AutoCloseable
- val container: ComposeContainer
- Definition Classes
- DockerComposeContainer → TestContainerProxy
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def foreach(f: (Stoppable) => Unit): Unit
- Definition Classes
- Andable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getContainerByServiceName(serviceName: String): Option[ContainerState]
- Definition Classes
- DockerComposeContainer
- def getDependencies(): Set[Startable]
- Definition Classes
- Startable
- def getServiceHost(serviceName: String, servicePort: Int): String
- Definition Classes
- DockerComposeContainer
- def getServicePort(serviceName: String, servicePort: Int): Int
- Definition Classes
- DockerComposeContainer
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def start(): Unit
- Definition Classes
- DockerComposeContainer → Startable
- def stop(): Unit
- Definition Classes
- DockerComposeContainer → Stoppable → Andable → Startable
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def failed(e: Throwable)(implicit description: Description): Unit
- Definition Classes
- TestContainerProxy → Container
- Annotations
- @deprecated
- Deprecated
(Since version v0.27.0) Use
stop
and/orTestLifecycleAware.afterTest
instead
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def finished()(implicit description: Description): Unit
- Definition Classes
- TestContainerProxy → Container
- Annotations
- @deprecated
- Deprecated
(Since version v0.27.0) Use
stop
instead
- def starting()(implicit description: Description): Unit
- Definition Classes
- TestContainerProxy → Container
- Annotations
- @deprecated
- Deprecated
(Since version v0.27.0) Use
start
instead
- def succeeded()(implicit description: Description): Unit
- Definition Classes
- TestContainerProxy → Container
- Annotations
- @deprecated
- Deprecated
(Since version v0.27.0) Use
stop
and/orTestLifecycleAware.afterTest
instead