sqldelight-check
Toggle table of contents
0.2.1
Select version
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sqldelight-check
sqldelight-check-reporter-api
/
dev.s7a.sqldelight.check.reporter.api
/
Report
Report
class
Report
(
val
diagnostics
:
List
<
Diagnostic
>
)
Immutable report data passed to reporters.
Members
Constructors
Report
Link copied to clipboard
constructor
(
diagnostics
:
List
<
Diagnostic
>
)
Properties
diagnostics
Link copied to clipboard
val
diagnostics
:
List
<
Diagnostic
>
Diagnostics collected during a task execution.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String