sbt
package sbt
Members list
Type members
Classlikes
Used to provide information about a task, such as the name, description, and tags for controlling concurrent execution.
Used to provide information about a task, such as the name, description, and tags for controlling concurrent execution.
Value parameters
- attributes
-
Arbitrary user-defined key/value pairs describing this task
- post
-
a transformation that takes the result of evaluating this task and produces user-defined key/value pairs.
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Info
Combines metadata info
and a computation work
to define a task.
Combines metadata info
and a computation work
to define a task.
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TaskId[A]class Objecttrait Matchableclass AnyShow all
In this article