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 clean(params: CleanCacheParams): CompletableFuture[CleanCacheResult]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  14. def compile(params: CompileParams): CompletableFuture[CompileResult]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def isAmmonite: Boolean
  20. def isBloop: Boolean
  21. def isDebuggingProvider: Boolean
  22. def isDependencySourcesSupported: Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isJvmEnvironmentSupported: Boolean
  25. def isMill: Boolean
  26. def isSbt: Boolean
  27. def isScalaCLI: Boolean
  28. def jvmRunEnvironment(params: JvmRunEnvironmentParams): Future[JvmRunEnvironmentResult]
  29. def mainClasses(params: ScalaMainClassesParams): Future[ScalaMainClassesResult]
  30. def name: String
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. def onReconnection(index: (BuildServerConnection) => Future[Unit]): Unit
  35. def shutdown(): Future[Unit]

    Run build/shutdown procedure

  36. def startDebugSession(params: DebugSessionParams, cancelPromise: Promise[Unit]): Future[URI]
  37. def supportsJava: Boolean
  38. def supportsLanguage(id: String): Boolean
  39. def supportsScala: Boolean
  40. def supportsTestSelection: Boolean
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def testClasses(params: ScalaTestClassesParams): Future[ScalaTestClassesResult]
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def usesScalaDebugAdapter2x: Boolean
  45. def version: String
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. def workspaceBuildTargets(): Future[WorkspaceBuildTargetsResult]
  50. def workspaceDirectory: io.AbsolutePath
  51. 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

    (Since version 9)

Inherited from Cancelable

Inherited from AnyRef

Inherited from Any

Ungrouped