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

    Run build/shutdown procedure

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

Inherited from Cancelable

Inherited from AnyRef

Inherited from Any

Ungrouped