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
- All
Instance Constructors
- new DockerBasedInstallationExampleNuEnvironment(nussknackerImageVersion: String, dockerComposeTweakFiles: Iterable[File])
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( ... ) @native() @HotSpotIntrinsicCandidate()
-
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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
foreach(f: (Stoppable) ⇒ Unit): Unit
- Definition Classes
- Andable
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
- @native() @HotSpotIntrinsicCandidate()
-
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
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
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
- Deprecated
(Since version ) see corresponding Javadoc for more information.
-
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