Interface SingleProblemEvent
- All Superinterfaces:
- ProblemEvent,- ProgressEvent
ProblemEvent with all the details relevant.
- Since:
- 8.8
- 
Method SummaryModifier and TypeMethodDescriptionReturns the structural details describing the problem.Methods inherited from interface org.gradle.tooling.events.ProgressEventgetDescriptor, getDisplayName, getEventTime
- 
Method Details- 
getProblemProblem getProblem()Returns the structural details describing the problem.- Returns:
- the report
- Since:
- 8.12
 
 
-