|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ThreadSafe @PublicApi public interface TestReportCollector
Collects a builds test results. To be used in conjunction with TestCollationService.collateTestResults(TaskContext, String, TestReportCollector)
.
Method Summary | |
---|---|
TestCollectionResult |
collect(File file)
Collect all the results within the specified file |
Set<String> |
getSupportedFileExtensions()
The valid file extension(s) of the test report file. |
Method Detail |
---|
@NotNull TestCollectionResult collect(@NotNull File file) throws Exception
file
-
Exception
- if a problem with processing the given file has occurred@NotNull Set<String> getSupportedFileExtensions()
Set
if all extensions are supported.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |