gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.events.problems
/
ProblemSummary
Problem
Summary
API
@
Incubating
interface
ProblemSummary
(
source
)
A problem summary.
Since
8.12
See also
Problem
Summaries
Event
Members
Functions
get
Count
Link copied to clipboard
API
abstract
fun
getCount
(
)
:
Integer
The number of follow-up occurrences of the particular problem id.
get
Problem
Id
Link copied to clipboard
API
abstract
fun
getProblemId
(
)
:
ProblemId
The problem id that exceeded the threshold for the number of allowed events before we start the summarization.