toggle menu
gradle
8.12
API
switch theme
search in API
gradle
/
org.gradle.tooling.events.problems
/
SingleProblemEvent
Single
Problem
Event
API
@
Incubating
interface
SingleProblemEvent
:
ProblemEvent
(
source
)
ProblemEvent with all the details relevant.
Since
8.8
Members
Functions
get
Descriptor
Link copied to clipboard
API
abstract
fun
getDescriptor
(
)
:
OperationDescriptor
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Event
Time
Link copied to clipboard
API
abstract
fun
getEventTime
(
)
:
Long
get
Problem
Link copied to clipboard
API
abstract
fun
getProblem
(
)
:
Problem
Returns the structural details describing the problem.