ProgressEvent

sbt.internal.util.ProgressEvent$
See theProgressEvent companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(level: String, items: Vector[ProgressItem], lastTaskCount: Option[Int], channelName: Option[String], execId: Option[String]): ProgressEvent
def apply(level: String, items: Vector[ProgressItem], lastTaskCount: Int, channelName: String, execId: String): ProgressEvent
def apply(level: String, items: Vector[ProgressItem], lastTaskCount: Option[Int], channelName: Option[String], execId: Option[String], command: Option[String], skipIfActive: Option[Boolean]): ProgressEvent
def apply(level: String, items: Vector[ProgressItem], lastTaskCount: Int, channelName: String, execId: String, command: String, skipIfActive: Boolean): ProgressEvent