Package org.gradle.api.problems
Interface ProblemGroup
- All Known Implementing Classes:
SharedProblemGroup
Represents a group of problems.
Groups are organized in hierarchy where the parent group should represent the more broad problem group.
Two problem groups are considered equal if their getName()
and their parents' are equal.
- Since:
- 8.8
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns a human-readable label describing the group.getName()
The name of the problem group.Returns the parent group ornull
for root groups.