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

    Run build/shutdown procedure

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