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 buildTargetRun(params: RunParams, cancelPromise: Promise[Unit]): Future[RunResult]
  9. def buildTargetScalacOptions(params: ScalacOptionsParams): Future[ScalacOptionsResult]
  10. def buildTargetSources(params: SourcesParams): Future[SourcesResult]
  11. def buildTargetWrappedSources(params: WrappedSourcesParams): Future[WrappedSourcesResult]
  12. def cancel(): Unit
    Definition Classes
    BuildServerConnectionCancelable
  13. def clean(params: CleanCacheParams): CompletableFuture[CleanCacheResult]
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  15. def compile(params: CompileParams, timeout: Option[Timeout]): 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
    @IntrinsicCandidate() @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def isAmmonite: Boolean
  21. def isBazel: Boolean
  22. def isBloop: Boolean
  23. def isDebuggingProvider: Boolean
  24. def isDependencySourcesSupported: Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isJvmEnvironmentSupported: Boolean
  27. def isMill: Boolean
  28. def isSbt: Boolean
  29. def isScalaCLI: Boolean
  30. def jvmRunEnvironment(params: JvmRunEnvironmentParams): Future[JvmRunEnvironmentResult]
  31. def mainClasses(params: ScalaMainClassesParams): Future[ScalaMainClassesResult]
  32. def name: String
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. def onReconnection(index: (BuildServerConnection) => Future[Unit]): Unit
  37. val requestRegistry: RequestRegistry
  38. def shutdown(): Future[Unit]

    Run build/shutdown procedure

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