Interface JUnitReportService
public interface JUnitReportService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionsaveJUnitReport(FilePath workspace, RestApiFactory apiFactory, String benchResultId) Saves the junit test report on disk.
-
Field Details
-
JUNIT_REPORTS
-
-
Method Details
-
saveJUnitReport
FilePath saveJUnitReport(FilePath workspace, RestApiFactory apiFactory, String benchResultId) throws IOException, InterruptedException Saves the junit test report on disk.- Parameters:
workspace- job workspaceapiFactory- rest retrofitbenchResultId- bench result id- Returns:
- the path where the file is stored
- Throws:
InterruptedExceptionIOException
-