final class BuildServerReporterImpl extends BuildServerReporter
- Alphabetic
- By Inheritance
- BuildServerReporterImpl
- BuildServerReporter
- Reporter
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new BuildServerReporterImpl(buildTarget: BuildTargetIdentifier, bspCompileState: BspCompileState, converter: FileConverter, isMetaBuild: Boolean, logger: ManagedLogger, underlying: Reporter)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
comment(pos: Position, msg: String): Unit
Report a comment.
Report a comment.
- Definition Classes
- BuildServerReporter → Reporter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
- BuildServerReporter → Reporter
-
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
- BuildServerReporter → Reporter
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
isMetaBuild: Boolean
- Attributes
- protected
- Definition Classes
- BuildServerReporterImpl → BuildServerReporter
-
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
- BuildServerReporter → Reporter
-
val
logger: ManagedLogger
- Attributes
- protected
- Definition Classes
- BuildServerReporterImpl → BuildServerReporter
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
- BuildServerReporter → Reporter
-
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
- BuildServerReporter → Reporter
-
def
publishDiagnostic(problem: Problem): Unit
- Attributes
- protected
- Definition Classes
- BuildServerReporterImpl → BuildServerReporter
-
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
- BuildServerReporter → Reporter
-
def
sendFailureReport(sources: Array[VirtualFile]): Unit
- Definition Classes
- BuildServerReporterImpl → BuildServerReporter
-
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
- BuildServerReporterImpl → BuildServerReporter
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
underlying: Reporter
- Attributes
- protected
- Definition Classes
- BuildServerReporterImpl → BuildServerReporter
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()