ProblemAggregation

Represents a list of aggregated problems. These are sent at the end of the build. All Problems that occurred more than once during the build are aggregated and sent as a ProblemAggregation. They won't be sent in between the build only the first one.

Since

8.6

Functions

Link copied to clipboard
Returns the problem category that is common for all aggregated problems.
Link copied to clipboard
@Nullable
abstract fun getDocumentationLink(): DocumentationLink
Returns the link to the documentation
Link copied to clipboard
abstract fun getLabel(): Label
Returns the problem label that is common for all aggregated problems.
Link copied to clipboard
The list of aggregated problems.
Link copied to clipboard
abstract fun getSeverity(): Severity
Returns the problem severity.