ProblemAggregationEvent

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.8

Functions

Link copied to clipboard
Returns the description of the operation for which progress is reported.
Link copied to clipboard
abstract fun getDisplayName(): String
Returns a human consumable short description of the event.
Link copied to clipboard
abstract fun getEventTime(): Long
Returns the time this event was triggered.
Link copied to clipboard
Returns a problem aggregation.