NamedTask
mill.define.NamedTask
@Scaladoc(value = "/**\n * Represents a task that can be referenced by its path segments. `Task{...}`\n * targets, `Task.Input`, `Task.Worker`, etc. but not including anonymous\n * `Task.Anon` or `Task.traverse` etc. instances\n */")
Represents a task that can be referenced by its path segments. Task{...}
targets, Task.Input
, Task.Worker
, etc. but not including anonymous Task.Anon
or Task.traverse
etc. instances
Attributes
- Source
- Task.scala
- Graph
-
- Supertypes
- Known subtypes
-
class Command[T]trait Target[T]class InputImpl[T]class SourceImplclass SourcesImplclass TargetImpl[T]class Worker[T]Show all
Members list
Value members
Abstract methods
Attributes
- Source
- Task.scala
Attributes
- Source
- Task.scala
Attributes
- Source
- Task.scala
Concrete methods
Evaluate this task
Attributes
- Source
- Task.scala
Attributes
- Source
- Task.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
- Source
- Task.scala
Attributes
- Source
- Task.scala
Inherited methods
Attributes
- Inherited from:
- Applyable
- Source
- Applicative.scala
Attributes
- Inherited from:
- Task
- Source
- Task.scala
Attributes
- Inherited from:
- Task
- Source
- Task.scala
Attributes
- Inherited from:
- Task
- Source
- Task.scala
Attributes
- Inherited from:
- Ops
- Source
- Task.scala
Attributes
- Inherited from:
- Task
- Source
- Task.scala
Attributes
- Inherited from:
- Ops
- Source
- Task.scala
@Scaladoc(value = "/**\n * Whether or not this [[Task]] deletes the `Task.dest` folder between runs\n */")
Whether or not this Task deletes the Task.dest
folder between runs
Whether or not this Task deletes the Task.dest
folder between runs
Attributes
- Inherited from:
- Task
- Source
- Task.scala
@Scaladoc(value = "/**\n * Even if this tasks\'s inputs did not change, does it need to re-evaluate\n * anyway?\n */")
Even if this tasks's inputs did not change, does it need to re-evaluate anyway?
Even if this tasks's inputs did not change, does it need to re-evaluate anyway?
Attributes
- Inherited from:
- Task
- Source
- Task.scala
Attributes
- Inherited from:
- Ops
- Source
- Task.scala
Attributes
- Inherited from:
- Ops
- Source
- Task.scala
Concrete fields
Attributes
- Source
- Task.scala
Inherited and Abstract fields
@Scaladoc(value = "/**\n * What other tasks does this task depend on?\n */")
What other tasks does this task depend on?
In this article