gradle
Toggle table of contents
9.7.0-20260526005751+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.tooling.events.problems
/
BaseProblemDescriptor
Base
Problem
Descriptor
API
@
Incubating
interface
BaseProblemDescriptor
:
OperationDescriptor
(
source
)
A common base interface for Problem API related descriptors.
Since
8.6
Members
Functions
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
Returns a human consumable display name for the operation.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
Returns the name of the operation.
get
Parent
Link copied to clipboard
API
@
Nullable
abstract
fun
getParent
(
)
:
@
Nullable
OperationDescriptor
Returns the parent operation, if any.