@Incubating public interface ProblemAggregation
ProblemAggregation
.
They won't be sent in between the build only the first one.Modifier and Type | Method | Description |
---|---|---|
ProblemCategory |
getCategory() |
Returns the problem category that is common for all aggregated problems.
|
DocumentationLink |
getDocumentationLink() |
Returns the link to the documentation
|
Label |
getLabel() |
Returns the problem label that is common for all aggregated problems.
|
java.util.List<ProblemContext> |
getProblemContext() |
The list of aggregated problems.
|
Severity |
getSeverity() |
Returns the problem severity.
|
ProblemCategory getCategory()
Label getLabel()
Severity getSeverity()
@Nullable DocumentationLink getDocumentationLink()
java.util.List<ProblemContext> getProblemContext()