@ThreadSafe @PublicApi public interface TestReportCollector
TestCollationService.collateTestResults(TaskContext, String, TestReportCollector)
.Modifier and Type | Method and Description |
---|---|
default boolean |
canIgnoreResultsFrom(File file)
Checks if file "looks like" containing valid results for this test report collector.
|
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.
|
@NotNull TestCollectionResult collect(@NotNull File file) throws Exception
file
- Exception
- if a problem with processing the given file has occurreddefault boolean canIgnoreResultsFrom(File file)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.