blended.itestsupport.docker

protocol

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

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

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

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

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

  7. case class ExecResult(execId: String, out: Array[Byte], err: Array[Byte], rc: Int) extends Product with Serializable

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

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

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

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

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

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

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

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

  16. case class WriteContainerDirectoryResult(result: Either[Throwable, (ContainerUnderTest, Boolean)]) extends Product with Serializable

Value Members

  1. object ContainerManagerStopped extends Product with Serializable

  2. object StopContainer extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped