InitCommand

sbt.protocol.InitCommand
See theInitCommand companion class
object InitCommand

Attributes

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

Members list

Value members

Concrete methods

def apply(token: Option[String], execId: Option[String]): InitCommand
def apply(token: String, execId: String): InitCommand
def apply(token: Option[String], execId: Option[String], skipAnalysis: Option[Boolean]): InitCommand
def apply(token: String, execId: String, skipAnalysis: Boolean): InitCommand