@Incubating public interface ProblemAggregation
ProblemAggregation.
They won't be sent in between the build only the first one.
The aggregation happens based on the ProblemCategory and Label.
Therefore, the ProblemCategory and Label are the same for all aggregated problems and are also present in the this aggregation interface.| Modifier and Type | Method | Description |
|---|---|---|
ProblemCategory |
getCategory() |
Returns the problem category that is common for all aggregated problems.
|
Label |
getLabel() |
Returns the problem label that is common for all aggregated problems.
|
java.util.List<ProblemDescriptor> |
getProblemDescriptors() |
The list of aggregated problems.
|
ProblemCategory getCategory()
Label getLabel()
java.util.List<ProblemDescriptor> getProblemDescriptors()