|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InspectionReporter
Simple interface to report inspections on agent side
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
void reportInspection(@NotNull
InspectionInstance inspection)
inspection - Inspection description
void reportInspectionType(@NotNull
InspectionTypeInfo inspectionType)
inspectionType - Inspection type descriptionvoid markBuildAsInspectionsBuild()
void flush()
void addListener(@NotNull
InspectionReporterListener listener)
listener - listener to add
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||