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 ExecResult(execId: String, out: Array[Byte], err: Array[Byte], rc: Int) extends Product with Serializable

    Permalink
  8. case class ExecuteContainerCommand(container: ContainerUnderTest, timeout: FiniteDuration, user: String, cmd: String*) extends Product with Serializable

    Permalink
  9. case class ExecuteContainerCommandResult(result: Either[Throwable, (ContainerUnderTest, ExecResult)]) extends Product with Serializable

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

    Permalink
  11. case class GetContainerDirectoryResult(result: Either[Throwable, ContainerDirectory]) extends Product with Serializable

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

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

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

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

    Permalink
  16. case class WriteContainerDirectoryResult(result: Either[Throwable, (ContainerUnderTest, Boolean)]) 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