Packages

class BuildServerConnection extends Cancelable

An actively running and initialized BSP connection.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BuildServerConnection
  2. Cancelable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def buildTargetDependencySources(params: DependencySourcesParams): Future[DependencySourcesResult]
  6. def buildTargetInverseSources(params: InverseSourcesParams): Future[InverseSourcesResult]
  7. def buildTargetJavacOptions(params: JavacOptionsParams): Future[JavacOptionsResult]
  8. def buildTargetScalacOptions(params: ScalacOptionsParams): Future[ScalacOptionsResult]
  9. def buildTargetSources(params: SourcesParams): Future[SourcesResult]
  10. def buildTargetWrappedSources(params: WrappedSourcesParams): Future[WrappedSourcesResult]
  11. def cancel(): Unit
    Definition Classes
    BuildServerConnectionCancelable
  12. def cancelCompilations(): Unit
  13. def clean(params: CleanCacheParams): CompletableFuture[CleanCacheResult]
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  15. def compile(params: CompileParams): CompletableFuture[CompileResult]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def isAmmonite: Boolean
  21. def isBloop: Boolean
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isMill: Boolean
  24. def isSbt: Boolean
  25. def isScalaCLI: Boolean
  26. def jvmRunEnvironment(params: JvmRunEnvironmentParams): Future[JvmRunEnvironmentResult]
  27. def mainClasses(params: ScalaMainClassesParams): Future[ScalaMainClassesResult]
  28. def name: String
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. def onReconnection(index: (BuildServerConnection) => Future[Unit]): Unit
  33. def shutdown(): Future[Unit]

    Run build/shutdown procedure

  34. def startDebugSession(params: DebugSessionParams): Future[URI]
  35. def supportsTestSelection: Boolean
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def testClasses(params: ScalaTestClassesParams): Future[ScalaTestClassesResult]
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def usesScalaDebugAdapter2x: Boolean
  40. def version: String
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def workspaceBuildTargets(): Future[WorkspaceBuildTargetsResult]
  45. def workspaceDirectory: io.AbsolutePath
  46. def workspaceReload(): Future[AnyRef]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Cancelable

Inherited from AnyRef

Inherited from Any

Ungrouped