public class DefaultDefectReporter extends Object implements DefectReporter
DefectReporter.DefectReport, DefectReporter.DefectSubmitResult, DefectReporter.FileChangesIgnoredReport
Constructor and Description |
---|
DefaultDefectReporter(ProjectFilesystem filesystem,
DoctorConfig doctorConfig,
BuckEventBus buckEventBus,
Clock clock) |
Modifier and Type | Method and Description |
---|---|
DefectReporter.DefectSubmitResult |
submitReport(DefectReporter.DefectReport defectReport) |
public DefaultDefectReporter(ProjectFilesystem filesystem, DoctorConfig doctorConfig, BuckEventBus buckEventBus, Clock clock)
public DefectReporter.DefectSubmitResult submitReport(DefectReporter.DefectReport defectReport) throws IOException
submitReport
in interface DefectReporter
IOException