Packages

c

scalograf

DataSourcesEnv

case class DataSourcesEnv(composeFile: String) extends DockerComposeContainer with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, DockerComposeContainer, TestContainerProxy[DockerComposeContainer[_]], Container, Stoppable, Andable, Startable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataSourcesEnv
  2. Serializable
  3. Product
  4. Equals
  5. DockerComposeContainer
  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 DataSourcesEnv(composeFile: String)

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def close(): Unit
    Definition Classes
    Stoppable → AutoCloseable
  7. val composeFile: String
  8. val container: DockerComposeContainer[_]
    Definition Classes
    DockerComposeContainer → TestContainerProxy
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def foreach(f: (Stoppable) => Unit): Unit
    Definition Classes
    Andable
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @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. lazy val grafanaUrl: String
  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
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. lazy val prometheusUrl: String
  24. def start(): Unit
    Definition Classes
    DockerComposeContainer → Startable
  25. def stop(): Unit
    Definition Classes
    DockerComposeContainer → Stoppable → Andable → Startable
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def failed(e: Throwable)(implicit description: Description): Unit
    Definition Classes
    TestContainerProxy → Container
    Annotations
    @deprecated
    Deprecated

    Use stop and/or TestLifecycleAware.afterTest instead

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

    Use stop instead

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

    Use start instead

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

    Use stop and/or TestLifecycleAware.afterTest instead

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DockerComposeContainer

Inherited from TestContainerProxy[DockerComposeContainer[_]]

Inherited from Container

Inherited from Stoppable

Inherited from Andable

Inherited from Startable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped