| Package | Description |
|---|---|
| com.atlassian.bamboo.build.test | |
| com.atlassian.bamboo.build.test.junit | |
| com.atlassian.bamboo.plugins.testresultparser.testng |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCollationServiceImpl.collateTestResults(@NotNull TaskContext taskContext,
@Nullable String resultDirectory,
@NotNull String filePattern,
@NotNull TestReportCollector testReportCollector,
boolean pickupOutdatedFiles) |
void |
TestCollationService.collateTestResults(@NotNull TaskContext taskContext,
@Nullable String resultDirectory,
@NotNull String filePattern,
@NotNull TestReportCollector testReportCollector,
boolean pickupOutdatedFiles)
Collates
TestClassResults and TestCaseResults from TaskContext.getRootDirectory() using the specified file pattern
You can implement your own TestReportCollector and pass it in to support other reporting formats |
void |
TestCollationServiceImpl.collateTestResults(@NotNull TaskContext taskContext,
@NotNull String filePattern,
@NotNull TestReportCollector testReportCollector) |
void |
TestCollationService.collateTestResults(@NotNull TaskContext taskContext,
@NotNull String filePattern,
@NotNull TestReportCollector testReportCollector)
Collates
TestClassResults and TestCaseResults from TaskContext.getRootDirectory() using the specified file pattern
You can implement your own TestReportCollector and pass it in to support other reporting formats |
void |
TestCollationServiceImpl.collateTestResults(@NotNull TaskContext taskContext,
@NotNull String filePattern,
@NotNull TestReportCollector testReportCollector,
boolean pickupOutdatedFiles) |
void |
TestCollationService.collateTestResults(@NotNull TaskContext taskContext,
@NotNull String filePattern,
@NotNull TestReportCollector testReportCollector,
boolean pickupOutdatedFiles) |
| Modifier and Type | Class and Description |
|---|---|
class |
JunitTestReportCollector
This class obtains the test results from a directory containing Junit test result file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestNGTestReportCollector |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.