toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.events.problems
/
ProblemId
Problem
Id
API
@
Incubating
interface
ProblemId
(
source
)
Represents a problem id.
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
Group
Link copied to clipboard
API
abstract
fun
getGroup
(
)
:
ProblemGroup
Returns the container group.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
The name of the problem group.