Command

io.github.scottweaver.zillen.Command$
See theCommand companion trait
object Command

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Command.type

Members list

Concise view

Type members

Classlikes

final case class CreateContainer(env: Env, exposedPorts: Exposed, hostConfig: HostConfig, image: Image, containerName: Option[ContainerName]) extends Command

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any
Self type
final case class CreateImage(image: Image) extends Command

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any
Self type
final case class InspectContainer(containerId: ContainerId) extends Command

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any
Self type
final case class RemoveContainer(containerId: ContainerId, force: Type, volumes: Type) extends Command

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class StartContainer(containerId: ContainerId) extends Command

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any
final case class StopContainer(containerId: ContainerId) extends Command

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Command
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror