TaskProgressParams

sbt.internal.bsp.TaskProgressParams
See theTaskProgressParams companion class

Attributes

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

Members list

Value members

Concrete methods

def apply(taskId: TaskId, eventTime: Option[Long], message: Option[String], total: Option[Long], progress: Option[Long], unit: Option[String], dataKind: Option[String], data: Option[JValue]): TaskProgressParams
def apply(taskId: TaskId, eventTime: Long, message: String, total: Long, progress: Long, unit: String, dataKind: String, data: JValue): TaskProgressParams