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. All

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 buildTargetJavacOptions(params: JavacOptionsParams): Future[JavacOptionsResult]
  7. def buildTargetScalacOptions(params: ScalacOptionsParams): Future[ScalacOptionsResult]
  8. def buildTargetSources(params: SourcesParams): Future[SourcesResult]
  9. def cancel(): Unit
    Definition Classes
    BuildServerConnectionCancelable
  10. def clean(params: CleanCacheParams): CompletableFuture[CleanCacheResult]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def compile(params: CompileParams): CompletableFuture[CompileResult]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def isBloop: Boolean
  19. def isBloopOrSbt: Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isSbt: Boolean
  22. def mainClasses(params: ScalaMainClassesParams): Future[ScalaMainClassesResult]
  23. def name: String
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def onReconnection(index: (BuildServerConnection) ⇒ Future[Unit]): Unit
  28. def shutdown(): Future[Unit]

    Run build/shutdown procedure

  29. def startDebugSession(params: DebugSessionParams): Future[URI]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def testClasses(params: ScalaTestClassesParams): Future[ScalaTestClassesResult]
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def usesScalaDebugAdapter2x: Boolean
  34. def version: String
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. def workspaceBuildTargets(): Future[WorkspaceBuildTargetsResult]
  39. def workspaceDirectory: io.AbsolutePath
  40. def workspaceReload(): Future[AnyRef]

Inherited from Cancelable

Inherited from AnyRef

Inherited from Any

Ungrouped