gradle
Toggle table of contents
9.8.0-20260811015503+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.tooling.model.kotlin.dsl
/
EditorReport
Editor
Report
API
interface
EditorReport
(
source
)
Report to the editor.
Since
6.0
Members
Functions
get
Message
Link copied to clipboard
API
abstract
fun
getMessage
(
)
:
String
Returns the message.
get
Position
Link copied to clipboard
API
@
Nullable
abstract
fun
getPosition
(
)
:
@
Nullable
EditorPosition
Returns the position.
get
Severity
Link copied to clipboard
API
abstract
fun
getSeverity
(
)
:
EditorReportSeverity
Returns the severity.