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

    Run build/shutdown procedure

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