de.wayofquality.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 ContainerManagerStarted(containerUnderTest: DockerResult[Map[String, ContainerUnderTest]]) extends Product with Serializable

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

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

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

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

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

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

  8. case class StopContainerManager(timeout: FiniteDuration) 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