case class GrafanaContainer(delegate: GenericContainer) extends GenericContainer with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GrafanaContainer
- Serializable
- Product
- Equals
- GenericContainer
- SingleContainer
- TestContainerProxy
- Container
- Stoppable
- Andable
- Startable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GrafanaContainer(delegate: GenericContainer)
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
- def binds: Seq[Bind]
- Definition Classes
- SingleContainer
- def boundPortNumbers: Seq[Int]
- Definition Classes
- SingleContainer
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def close(): Unit
- Definition Classes
- Stoppable → AutoCloseable
- def command: Seq[String]
- Definition Classes
- SingleContainer
- def configure(configProvider: (GenericContainer[_]) => Unit): GrafanaContainer.this.type
- Definition Classes
- SingleContainer
- implicit val container: GenericContainer[_]
- Definition Classes
- GenericContainer → TestContainerProxy
- def containerId: String
- Definition Classes
- SingleContainer
- def containerInfo: InspectContainerResponse
- Definition Classes
- SingleContainer
- def containerIpAddress: String
- Definition Classes
- SingleContainer
- def containerName: String
- Definition Classes
- SingleContainer
- def copyFileFromContainer[T](containerPath: String, f: (InputStream) => T): T
- Definition Classes
- SingleContainer
- def copyFileFromContainer(containerPath: String, destinationPath: String): Unit
- Definition Classes
- SingleContainer
- def copyFileToContainer(transferable: Transferable, containerPath: String): Unit
- Definition Classes
- SingleContainer
- def copyFileToContainer(mountableFile: MountableFile, containerPath: String): Unit
- Definition Classes
- SingleContainer
- def copyToFileContainerPathMap: Map[MountableFile, String]
- Definition Classes
- SingleContainer
- def createContainerCmdModifiers: Set[Consumer[CreateContainerCmd]]
- Definition Classes
- SingleContainer
- val delegate: GenericContainer
- def dockerClient: DockerClient
- Definition Classes
- SingleContainer
- def env: Seq[String]
- Definition Classes
- SingleContainer
- def envMap: Map[String, String]
- Definition Classes
- SingleContainer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def execInContainer(outputCharset: Charset, commands: String*): ExecResult
- Definition Classes
- SingleContainer
- def execInContainer(commands: String*): ExecResult
- Definition Classes
- SingleContainer
- def exposedPorts: Seq[Int]
- Definition Classes
- SingleContainer
- def extraHosts: Seq[String]
- Definition Classes
- SingleContainer
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def foreach(f: (Stoppable) => Unit): Unit
- Definition Classes
- Andable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDependencies(): Set[Startable]
- Definition Classes
- Startable
- def host: String
- Definition Classes
- SingleContainer
- def image: Future[String]
- Definition Classes
- SingleContainer
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def labels: Map[String, String]
- Definition Classes
- SingleContainer
- def livenessCheckPortNumbers: Set[Int]
- Definition Classes
- SingleContainer
- def logConsumers: Seq[Consumer[OutputFrame]]
- Definition Classes
- SingleContainer
- def logs(outputType: OutputType, outputTypes: OutputType*): String
- Definition Classes
- SingleContainer
- def logs: String
- Definition Classes
- SingleContainer
- def mappedPort(port: Int): Int
- Definition Classes
- SingleContainer
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def network: Network
- Definition Classes
- SingleContainer
- def networkAliases: Seq[String]
- Definition Classes
- SingleContainer
- def networkMode: String
- Definition Classes
- SingleContainer
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def port: Long
- def portBindings: Seq[String]
- Definition Classes
- SingleContainer
- def privilegedMode: Boolean
- Definition Classes
- SingleContainer
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def shmSize: Long
- Definition Classes
- SingleContainer
- def start(): Unit
- Definition Classes
- SingleContainer → Startable
- def startupAttempts: Int
- Definition Classes
- SingleContainer
- def startupCheckStrategy: StartupCheckStrategy
- Definition Classes
- SingleContainer
- def stop(): Unit
- Definition Classes
- SingleContainer → Stoppable → Andable → Startable
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def testHostIpAddress: String
- Definition Classes
- SingleContainer
- def tmpFsMapping: Map[String, String]
- Definition Classes
- SingleContainer
- val underlyingUnsafeContainer: GenericContainer[_]
- Definition Classes
- GenericContainer → SingleContainer
- def url: String
- def volumesFroms: Seq[VolumesFrom]
- Definition Classes
- SingleContainer
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def workingDirectory: String
- Definition Classes
- SingleContainer
Deprecated Value Members
- def failed(e: Throwable)(implicit description: Description): Unit
- Definition Classes
- TestContainerProxy → Container
- Annotations
- @deprecated
- Deprecated
Use
stop
and/orTestLifecycleAware.afterTest
instead
- def finished()(implicit description: Description): Unit
- Definition Classes
- TestContainerProxy → Container
- Annotations
- @deprecated
- Deprecated
Use
stop
instead
- def linkedContainers: Map[String, LinkableContainer]
- Definition Classes
- SingleContainer
- Annotations
- @deprecated
- Deprecated
See org.testcontainers.containers.Network
- def starting()(implicit description: Description): Unit
- Definition Classes
- TestContainerProxy → Container
- Annotations
- @deprecated
- Deprecated
Use
start
instead
- def succeeded()(implicit description: Description): Unit
- Definition Classes
- TestContainerProxy → Container
- Annotations
- @deprecated
- Deprecated
Use
stop
and/orTestLifecycleAware.afterTest
instead