c

sbt.internal.server

BuildServerReporterImpl

final class BuildServerReporterImpl extends BuildServerReporter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BuildServerReporterImpl
  2. BuildServerReporter
  3. Reporter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BuildServerReporterImpl(buildTarget: BuildTargetIdentifier, bspCompileState: BspCompileState, converter: FileConverter, isMetaBuild: Boolean, logger: ManagedLogger, underlying: Reporter)

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def comment(pos: Position, msg: String): Unit

    Report a comment.

    Report a comment.

    Definition Classes
    BuildServerReporterReporter
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hasErrors(): Boolean

    Check whether the logger has received any error since last reset.

    Check whether the logger has received any error since last reset.

    Definition Classes
    BuildServerReporterReporter
  12. def hasWarnings(): Boolean

    Check whether the logger has received any warning since last reset.

    Check whether the logger has received any warning since last reset.

    Definition Classes
    BuildServerReporterReporter
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val isMetaBuild: Boolean
    Attributes
    protected
    Definition Classes
    BuildServerReporterImplBuildServerReporter
  16. def log(problem: Problem): Unit

    Log a message at a concrete position and with a concrete severity.

    Log a message at a concrete position and with a concrete severity.

    Definition Classes
    BuildServerReporterReporter
  17. val logger: ManagedLogger
    Attributes
    protected
    Definition Classes
    BuildServerReporterImplBuildServerReporter
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def printSummary(): Unit

    Log a summary of the received output since the last reset.

    Log a summary of the received output since the last reset.

    Definition Classes
    BuildServerReporterReporter
  22. def problems(): Array[Problem]

    Return a list of warnings and errors since the last reset.

    Return a list of warnings and errors since the last reset.

    Definition Classes
    BuildServerReporterReporter
  23. def publishDiagnostic(problem: Problem): Unit
    Attributes
    protected
    Definition Classes
    BuildServerReporterImplBuildServerReporter
  24. def reset(): Unit

    Reset logging and any accumulated error, warning, message or count.

    Reset logging and any accumulated error, warning, message or count.

    Definition Classes
    BuildServerReporterReporter
  25. def sendFailureReport(sources: Array[VirtualFile]): Unit
  26. def sendSuccessReport(analysis: CompileAnalysis): Unit

    Send diagnostics from the compilation to the client.

    Send diagnostics from the compilation to the client. Do not send empty diagnostics if previous ones were also empty ones.

    analysis

    current compile analysis

    Definition Classes
    BuildServerReporterImplBuildServerReporter
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. val underlying: Reporter
    Attributes
    protected
    Definition Classes
    BuildServerReporterImplBuildServerReporter
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from BuildServerReporter

Inherited from Reporter

Inherited from AnyRef

Inherited from Any

Ungrouped