Packages

trait DockerConfig extends Module

Linear Supertypes
define.Module, Cacher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DockerConfig
  2. Module
  3. Cacher
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def additionalTags: T[Seq[String]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def baseImage: T[String]
  7. def buildAndPush(): Command[Unit]
  8. def buildLocal(): Command[Unit]
  9. def cachedTarget[T](t: ⇒ T)(implicit c: Enclosing): T
    Attributes
    protected[this]
    Definition Classes
    Cacher
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def image: T[String]

    Tags that should be applied to the built image In the standard registry/repository:tag format

  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def ivyJars: Target[Agg[eval.PathRef]]
  18. def jibClasspath: T[api.Loose.Agg[PathRef]]
  19. def jibDockerWorkerClasspath: Target[Agg[eval.PathRef]]
  20. def jibVersion: T[String]
  21. def jvmFlags: T[Seq[String]]
  22. def labels: T[Map[String, String]]
  23. implicit def millModuleBasePath: BasePath
    Definition Classes
    Module
  24. lazy val millModuleDirectChildren: Seq[define.Module]
    Definition Classes
    Module
  25. implicit def millModuleExternal: External
    Definition Classes
    Module
  26. implicit def millModuleSegments: Segments
    Definition Classes
    Module
  27. implicit def millModuleShared: Foreign
    Definition Classes
    Module
  28. def millOuterCtx: Ctx
    Definition Classes
    Module
  29. def millSourcePath: Path
    Definition Classes
    Module
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def projectJars: Target[Seq[(String, eval.PathRef)]]
  34. def registryPassword: T[String]
  35. def registryUsername: T[String]
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    Module → AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. object millInternal extends Internal
    Definition Classes
    Module
    Annotations
    @Scaladoc()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from define.Module

Inherited from Cacher

Inherited from AnyRef

Inherited from Any

Ungrouped