gradle
8.6
API
gradle
/
org.gradle.tooling.events.problems
/
BaseProblemDescriptor
Base
Problem
Descriptor
API
@
Incubating
interface
BaseProblemDescriptor
:
OperationDescriptor
A common base interface for Problem API related descriptors.
Inheritors
ProblemAggregationDescriptor
ProblemDescriptor
Members
Functions
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Parent
Link copied to clipboard
API
abstract
fun
getParent
(
)
:
OperationDescriptor