Package

blended.itestsupport.docker

protocol

Permalink

package protocol

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. protocol
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ContainerDirectory(container: ContainerUnderTest, dir: String, content: Map[String, Array[Byte]]) extends Product with Serializable

    Permalink
  2. case class ContainerManagerStarted(containerUnderTest: DockerResult[Map[String, ContainerUnderTest]]) extends Product with Serializable

    Permalink
  3. case class ContainerStarted(cut: DockerResult[ContainerUnderTest]) extends Product with Serializable

    Permalink
  4. case class ContainerStopped(name: DockerResult[String]) extends Product with Serializable

    Permalink
  5. case class DependenciesStarted(container: DockerResult[ContainerUnderTest]) extends Product with Serializable

    Permalink
  6. type DockerResult[T] = Either[Exception, T]

    Permalink
  7. case class GetContainerDirectory(container: ContainerUnderTest, dir: String) extends Product with Serializable

    Permalink
  8. case class StartContainer(name: String) extends Product with Serializable

    Permalink
  9. case class StartContainerManager(containerUnderTest: Map[String, ContainerUnderTest]) extends Product with Serializable

    Permalink
  10. case class StopContainerManager(timeout: FiniteDuration) extends Product with Serializable

    Permalink
  11. case class WriteContainerDirectory(container: ContainerUnderTest, dir: String, content: Array[Byte]) extends Product with Serializable

    Permalink

Value Members

  1. object ContainerManagerStopped extends Product with Serializable

    Permalink
  2. object StopContainer extends Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped