@ThreadSafe @PublicApi public interface TestReportCollector
TestCollationService.collateTestResults(TaskContext, String, TestReportCollector).| Modifier and Type | Method and Description |
|---|---|
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 occurredCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.