case class Def(composeFiles: ComposeFile, exposedServices: Seq[ExposedService] = Seq.empty, identifier: String = ..., scaledServices: Seq[ScaledService] = Seq.empty, pull: Boolean = true, localCompose: Boolean = true, env: Map[String, String] = Map.empty, tailChildContainers: Boolean = false, logConsumers: Seq[ServiceLogConsumer] = Seq.empty, waitingFor: Option[WaitingForService] = None, services: Services = Services.All) extends ContainerDef with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Def
- Serializable
- Serializable
- Product
- Equals
- ContainerDef
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Def(composeFiles: ComposeFile, exposedServices: Seq[ExposedService] = Seq.empty, identifier: String = ..., scaledServices: Seq[ScaledService] = Seq.empty, pull: Boolean = true, localCompose: Boolean = true, env: Map[String, String] = Map.empty, tailChildContainers: Boolean = false, logConsumers: Seq[ServiceLogConsumer] = Seq.empty, waitingFor: Option[WaitingForService] = None, services: Services = Services.All)
Type Members
-
type
Container = DockerComposeContainer
- Definition Classes
- Def → ContainerDef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val composeFiles: ComposeFile
-
def
createContainer(): DockerComposeContainer
- Definition Classes
- Def → ContainerDef
- val env: Map[String, String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val exposedServices: Seq[ExposedService]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val identifier: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val localCompose: Boolean
- val logConsumers: Seq[ServiceLogConsumer]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val pull: Boolean
- val scaledServices: Seq[ScaledService]
- val services: Services
-
def
start(): Container
- Definition Classes
- ContainerDef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tailChildContainers: Boolean
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val waitingFor: Option[WaitingForService]
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated