public interface InspectionReporter
Modifier and Type | Method and Description |
---|---|
void |
addListener(InspectionReporterListener listener)
Adds listener to the inspection reporter.
|
void |
flush()
Flush buffered inspections.
|
void |
markBuildAsInspectionsBuild()
Mark build as inspections build meaning inspections tab will be shown even
if zero inspections reported
|
void |
reportInspection(InspectionInstance inspection)
Report inspection instance
|
void |
reportInspectionType(InspectionTypeInfo inspectionType)
Report inspection description
|
void reportInspection(@NotNull InspectionInstance inspection)
inspection
- Inspection descriptionvoid reportInspectionType(@NotNull InspectionTypeInfo inspectionType)
inspectionType
- Inspection type descriptionvoid markBuildAsInspectionsBuild()
void flush()
void addListener(@NotNull InspectionReporterListener listener)
listener
- listener to add