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