SbtTask

org.specs2.runner.SbtTask
case class SbtTask(aTaskDef: TaskDef, env: Env, loader: ClassLoader, base: BaseSbtRunner) extends Task

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Task
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def execute(handler: EventHandler, loggers: Array[Logger], continuation: Array[Task] => Unit): Unit
def execute(handler: EventHandler, loggers: Array[Logger]): Array[Task]
def tags: Array[String]

Attributes

Returns

the specification tags

def taskDef: TaskDef

Attributes

Returns

the corresponding task definition

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product