Def

case class Def(composeFiles: ComposeFile, exposedServices: Seq[ExposedService], identifier: String, scaledServices: Seq[ScaledService], pull: Boolean, localCompose: Boolean, env: Map[String, String], tailChildContainers: Boolean, logConsumers: Seq[ServiceLogConsumer], waitingFor: Option[WaitingForService], services: Services) extends ContainerDef
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

Value members

Concrete methods

Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
Inherited from:
ContainerDef