class BuildServerConnection extends Cancelable
An actively running and initialized BSP connection.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BuildServerConnection
- Cancelable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildTargetDependencySources(params: DependencySourcesParams): Future[DependencySourcesResult]
- def buildTargetInverseSources(params: InverseSourcesParams): Future[InverseSourcesResult]
- def buildTargetJavacOptions(params: JavacOptionsParams): Future[JavacOptionsResult]
- def buildTargetScalacOptions(params: ScalacOptionsParams): Future[ScalacOptionsResult]
- def buildTargetSources(params: SourcesParams): Future[SourcesResult]
- def buildTargetWrappedSources(params: WrappedSourcesParams): Future[WrappedSourcesResult]
- def cancel(): Unit
- Definition Classes
- BuildServerConnection → Cancelable
- def cancelCompilations(): Unit
- def clean(params: CleanCacheParams): CompletableFuture[CleanCacheResult]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def compile(params: CompileParams): CompletableFuture[CompileResult]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isAmmonite: Boolean
- def isBloop: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMill: Boolean
- def isSbt: Boolean
- def isScalaCLI: Boolean
- def mainClasses(params: ScalaMainClassesParams): Future[ScalaMainClassesResult]
- def name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def onReconnection(index: (BuildServerConnection) => Future[Unit]): Unit
- def shutdown(): Future[Unit]
Run build/shutdown procedure
- def startDebugSession(params: DebugSessionParams): Future[URI]
- def supportsTestSelection: Boolean
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def testClasses(params: ScalaTestClassesParams): Future[ScalaTestClassesResult]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def usesScalaDebugAdapter2x: Boolean
- def version: String
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def workspaceBuildTargets(): Future[WorkspaceBuildTargetsResult]
- def workspaceDirectory: io.AbsolutePath
- def workspaceReload(): Future[AnyRef]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated