gradle
8.5-rc-2
API
gradle
/
org.gradle.api.problems
/
ReportableProblem
Reportable
Problem
API
@
Incubating
interface
ReportableProblem
:
Problem
(
source
)
Problem that can be submitted for external consumption (e.g. to expose via the Tooling API).
Members
Functions
get
Additional
Data
Link copied to clipboard
API
abstract
fun
getAdditionalData
(
)
:
Map
<
String
,
String
>
get
Details
Link copied to clipboard
API
abstract
fun
getDetails
(
)
:
String
get
Documentation
Link
Link copied to clipboard
API
abstract
fun
getDocumentationLink
(
)
:
DocLink
get
Exception
Link copied to clipboard
API
abstract
fun
getException
(
)
:
Throwable
get
Label
Link copied to clipboard
API
abstract
fun
getLabel
(
)
:
String
get
Locations
Link copied to clipboard
API
abstract
fun
getLocations
(
)
:
List
<
ProblemLocation
>
get
Problem
Category
Link copied to clipboard
API
abstract
fun
getProblemCategory
(
)
:
ProblemCategory
get
Severity
Link copied to clipboard
API
abstract
fun
getSeverity
(
)
:
Severity
get
Solutions
Link copied to clipboard
API
abstract
fun
getSolutions
(
)
:
List
<
String
>
report
Link copied to clipboard
API
abstract
fun
report
(
)
Report this problem.