BloopBuildClient

trait BloopBuildClient extends BuildClient
Companion:
object
trait BuildClient
class Object
trait Matchable
class Any

Value members

Abstract methods

def clear(): Unit
def diagnostics: Option[Seq[(Either[String, Path], Diagnostic)]]
def setGeneratedSources(scope: Scope, newGeneratedSources: Seq[GeneratedSource]): Unit
def setProjectParams(newParams: Seq[String]): Unit

Inherited methods

def onBuildLogMessage(x$0: LogMessageParams): Unit
Inherited from:
BuildClient
def onBuildPublishDiagnostics(x$0: PublishDiagnosticsParams): Unit
Inherited from:
BuildClient
def onBuildShowMessage(x$0: ShowMessageParams): Unit
Inherited from:
BuildClient
def onBuildTargetDidChange(x$0: DidChangeBuildTarget): Unit
Inherited from:
BuildClient
def onBuildTaskFinish(x$0: TaskFinishParams): Unit
Inherited from:
BuildClient
def onBuildTaskProgress(x$0: TaskProgressParams): Unit
Inherited from:
BuildClient
def onBuildTaskStart(x$0: TaskStartParams): Unit
Inherited from:
BuildClient
def onConnectWithServer(x$0: BuildServer): Unit
Inherited from:
BuildClient