toggle menu
gradle
8.12
API
switch theme
search in API
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.