gradle
8.4-rc-1
Java API
gradle
/
org.gradle.api.problems
/
ReportableProblem
Reportable
Problem
Java 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
Java API
abstract
fun
getAdditionalData
(
)
:
Map
<
String
,
String
>
get
Cause
Link copied to clipboard
Java API
abstract
fun
getCause
(
)
:
Throwable
get
Details
Link copied to clipboard
Java API
abstract
fun
getDetails
(
)
:
String
get
Documentation
Link
Link copied to clipboard
Java API
abstract
fun
getDocumentationLink
(
)
:
DocLink
get
Label
Link copied to clipboard
Java API
abstract
fun
getLabel
(
)
:
String
get
Problem
Group
Link copied to clipboard
Java API
abstract
fun
getProblemGroup
(
)
:
ProblemGroup
get
Problem
Type
Link copied to clipboard
Java API
abstract
fun
getProblemType
(
)
:
String
get
Severity
Link copied to clipboard
Java API
abstract
fun
getSeverity
(
)
:
Severity
get
Solutions
Link copied to clipboard
Java API
abstract
fun
getSolutions
(
)
:
List
<
String
>
get
Where
Link copied to clipboard
Java API
abstract
fun
getWhere
(
)
:
ProblemLocation
report
Link copied to clipboard
Java API
abstract
fun
report
(
)
Report this problem.