Problem Group
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
Functions
Link copied to clipboard
Creates a new root problem i.e.
open fun create(name: String, displayName: String, @Nullable parent: @Nullable ProblemGroup): ProblemGroup
Creates a new problem group.
Link copied to clipboard
Returns a human-readable label describing the group.
Link copied to clipboard
Returns the parent group or
null
for root groups.