TaskKey

sbt.TaskKey
See theTaskKey companion class
object TaskKey

Constructs TaskKeys, which are associated with tasks to define a setting.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TaskKey.type

Members list

Value members

Concrete methods

def apply[A1 : ClassTag](label: String): TaskKey[A1]
def apply[A1 : ClassTag](label: String, description: String): TaskKey[A1]
def apply[A1 : ClassTag](label: String, description: String, rank: Int): TaskKey[A1]
def apply[A1 : ClassTag](label: String, description: String, extend1: Scoped, extendN: Scoped*): TaskKey[A1]
def apply[A1 : ClassTag](label: String, description: String, rank: Int, extend1: Scoped, extendN: Scoped*): TaskKey[A1]
def apply[A1](akey: AttributeKey[Task[A1]]): TaskKey[A1]
def local[A1 : ClassTag]: TaskKey[A1]