t

sbt.internal.server

BuildServerReporter

sealed trait BuildServerReporter extends Reporter

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

Abstract Value Members

  1. abstract def isMetaBuild: Boolean
    Attributes
    protected
  2. abstract def logger: ManagedLogger
    Attributes
    protected
  3. abstract def publishDiagnostic(problem: Problem): Unit
    Attributes
    protected
  4. abstract def sendFailureReport(sources: Array[VirtualFile]): Unit
  5. abstract def sendSuccessReport(analysis: CompileAnalysis): Unit
  6. abstract def underlying: Reporter
    Attributes
    protected

Concrete 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. 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
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. 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
  20. 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
  21. 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
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Reporter

Inherited from AnyRef

Inherited from Any

Ungrouped