Package org.gradle.api.problems
Class SharedProblemGroup
- java.lang.Object
-
- org.gradle.api.problems.SharedProblemGroup
-
- All Implemented Interfaces:
ProblemGroup
@Incubating public abstract class SharedProblemGroup extends java.lang.Object implements ProblemGroup
A registry of shared problem groups.- Since:
- 8.8
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProblemGroup
generic()
A generic problem category.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.gradle.api.problems.ProblemGroup
getDisplayName, getName, getParent
-
-
-
-
Method Detail
-
generic
public static ProblemGroup generic()
A generic problem category. All problems IDs not configuring any group will be automatically use this group.- Since:
- 8.8
-
-