toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.problems
/
SharedProblemGroup
Shared
Problem
Group
API
@
Incubating
abstract
class
SharedProblemGroup
:
ProblemGroup
(
source
)
A registry of shared problem groups.
Since
8.8
Members
Functions
generic
Link copied to clipboard
API
open
fun
generic
(
)
:
ProblemGroup
A generic problem category.
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
(
)
:
ProblemGroup