Packages

case class LocalStackV2Container(tag: String = LocalStackV2Container.defaultTag, services: Seq[LocalStackV2Container.Service] = Seq.empty) extends SingleContainer[LocalStackContainer] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, SingleContainer[LocalStackContainer], TestContainerProxy[LocalStackContainer], Container, Stoppable, Andable, Startable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalStackV2Container
  2. Serializable
  3. Product
  4. Equals
  5. SingleContainer
  6. TestContainerProxy
  7. Container
  8. Stoppable
  9. Andable
  10. Startable
  11. AutoCloseable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LocalStackV2Container(tag: String = LocalStackV2Container.defaultTag, services: Seq[LocalStackV2Container.Service] = Seq.empty)

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 binds: Seq[Bind]
    Definition Classes
    SingleContainer
  6. def boundPortNumbers: Seq[Int]
    Definition Classes
    SingleContainer
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def close(): Unit
    Definition Classes
    Stoppable → AutoCloseable
  9. def command: Seq[String]
    Definition Classes
    SingleContainer
  10. def configure(configProvider: (LocalStackContainer) => Unit): LocalStackV2Container.this.type
    Definition Classes
    SingleContainer
  11. val container: LocalStackContainer
    Definition Classes
    LocalStackV2Container → TestContainerProxy
  12. def containerId: String
    Definition Classes
    SingleContainer
  13. def containerInfo: InspectContainerResponse
    Definition Classes
    SingleContainer
  14. def containerIpAddress: String
    Definition Classes
    SingleContainer
  15. def containerName: String
    Definition Classes
    SingleContainer
  16. def copyFileFromContainer[T](containerPath: String, f: (InputStream) => T): T
    Definition Classes
    SingleContainer
  17. def copyFileFromContainer(containerPath: String, destinationPath: String): Unit
    Definition Classes
    SingleContainer
  18. def copyFileToContainer(transferable: Transferable, containerPath: String): Unit
    Definition Classes
    SingleContainer
  19. def copyFileToContainer(mountableFile: MountableFile, containerPath: String): Unit
    Definition Classes
    SingleContainer
  20. def copyToFileContainerPathMap: Map[MountableFile, String]
    Definition Classes
    SingleContainer
  21. def createContainerCmdModifiers: Set[CreateContainerCmdModifier]
    Definition Classes
    SingleContainer
  22. def dockerClient: DockerClient
    Definition Classes
    SingleContainer
  23. def endpointOverride(service: LocalStackV2Container.Service): URI
  24. def env: Seq[String]
    Definition Classes
    SingleContainer
  25. def envMap: Map[String, String]
    Definition Classes
    SingleContainer
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def execInContainer(outputCharset: Charset, commands: String*): ExecResult
    Definition Classes
    SingleContainer
  28. def execInContainer(commands: String*): ExecResult
    Definition Classes
    SingleContainer
  29. def exposedPorts: Seq[Int]
    Definition Classes
    SingleContainer
  30. def extraHosts: Seq[String]
    Definition Classes
    SingleContainer
  31. def foreach(f: (Stoppable) => Unit): Unit
    Definition Classes
    Andable
  32. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def getDependencies(): Set[Startable]
    Definition Classes
    Startable
  34. def host: String
    Definition Classes
    SingleContainer
  35. def image: Future[String]
    Definition Classes
    SingleContainer
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def labels: Map[String, String]
    Definition Classes
    SingleContainer
  38. def livenessCheckPortNumbers: Set[Int]
    Definition Classes
    SingleContainer
  39. def logConsumers: Seq[Consumer[OutputFrame]]
    Definition Classes
    SingleContainer
  40. def logs(outputType: OutputType, outputTypes: OutputType*): String
    Definition Classes
    SingleContainer
  41. def logs: String
    Definition Classes
    SingleContainer
  42. def mappedPort(port: Int): Int
    Definition Classes
    SingleContainer
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. def network: Network
    Definition Classes
    SingleContainer
  45. def networkAliases: Seq[String]
    Definition Classes
    SingleContainer
  46. def networkMode: String
    Definition Classes
    SingleContainer
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. def portBindings: Seq[String]
    Definition Classes
    SingleContainer
  50. def privilegedMode: Boolean
    Definition Classes
    SingleContainer
  51. def productElementNames: Iterator[String]
    Definition Classes
    Product
  52. def region: Region
  53. val services: Seq[LocalStackV2Container.Service]
  54. def shmSize: Long
    Definition Classes
    SingleContainer
  55. def start(): Unit
    Definition Classes
    SingleContainer → Startable
  56. def startupAttempts: Int
    Definition Classes
    SingleContainer
  57. def startupCheckStrategy: StartupCheckStrategy
    Definition Classes
    SingleContainer
  58. def staticCredentialsProvider: StaticCredentialsProvider
  59. def stop(): Unit
    Definition Classes
    SingleContainer → Stoppable → Andable → Startable
  60. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  61. val tag: String
  62. def testHostIpAddress: String
    Definition Classes
    SingleContainer
  63. def tmpFsMapping: Map[String, String]
    Definition Classes
    SingleContainer
  64. def underlyingUnsafeContainer: LocalStackContainer
    Definition Classes
    SingleContainer
  65. def volumesFroms: Seq[VolumesFrom]
    Definition Classes
    SingleContainer
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. def workingDirectory: String
    Definition Classes
    SingleContainer

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
  3. def finished()(implicit description: Description): Unit
    Definition Classes
    TestContainerProxy → Container
    Annotations
    @deprecated
    Deprecated

    (Since version v0.27.0) Use stop instead

  4. def linkedContainers: Map[String, LinkableContainer]
    Definition Classes
    SingleContainer
    Annotations
    @deprecated
    Deprecated

    (Since version v0.17.0) See org.testcontainers.containers.Network

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

    (Since version v0.27.0) Use start instead

  6. 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 Serializable

Inherited from Product

Inherited from Equals

Inherited from SingleContainer[LocalStackContainer]

Inherited from TestContainerProxy[LocalStackContainer]

Inherited from Container

Inherited from Stoppable

Inherited from Andable

Inherited from Startable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped