mill.api.Ctx
See theCtx companion class
@Scaladoc(value = "/**\n * Provides access to various resources in the context of a current execution Target.\n */")
object Ctx
Provides access to various resources in the context of a current execution Target.
Attributes
Members list
Type members
Classlikes
trait Args
object Dest
trait Dest
trait Env
object Fork
trait Fork
trait Home
Access to some internal storage dir used by underlying ammonite. You should not need this in a buildscript.
class ImplicitStub extends StaticAnnotation
Marker annotation.
Marker annotation.
Attributes
- Source
- Ctx.scala
- Supertypes
-
trait StaticAnnotationclass Annotationclass Objecttrait Matchableclass Any
trait Jobs
Access to the selected parallel job count (mill --jobs
).
Access to the selected parallel job count (mill --jobs
).
Attributes
- Source
- Ctx.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object Log
trait Log
Value members
Concrete methods
Attributes
- Source
- Ctx.scala
In this article