toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.events.problems
/
ProblemGroup
Problem
Group
API
@
Incubating
interface
ProblemGroup
(
source
)
Represents a problem group.
Since
8.9
Members
Functions
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
Returns a human-readable label describing the group.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
The name of the problem group.
get
Parent
Link copied to clipboard
API
@
Nullable
abstract
fun
getParent
(
)
:
ProblemGroup
Returns the parent group or
null
for root groups.