Uses of Interface
com.atlassian.bamboo.build.test.TestReportCollector
Package
Description
-
Uses of TestReportCollector in com.atlassian.bamboo.build.test
Modifier and TypeMethodDescriptionvoid
TestCollationService.collateTestResults
(@NotNull TaskContext taskContext, @NotNull String filePattern, @NotNull TestReportCollector testReportCollector) CollatesTestClassResult
s andTestCaseResult
s fromTaskContext.getRootDirectory()
using the specified file pattern You can implement your ownTestReportCollector
and pass it in to support other reporting formatsvoid
TestCollationService.collateTestResults
(@NotNull TaskContext taskContext, @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) CollatesTestClassResult
s andTestCaseResult
s fromTaskContext.getRootDirectory()
using the specified file pattern You can implement your ownTestReportCollector
and pass it in to support other reporting formatsvoid
TestCollationServiceImpl.collateTestResults
(@NotNull TaskContext taskContext, @NotNull String filePattern, @NotNull TestReportCollector testReportCollector) void
TestCollationServiceImpl.collateTestResults
(@NotNull TaskContext taskContext, @NotNull String filePattern, @NotNull TestReportCollector testReportCollector, boolean pickupOutdatedFiles) void
TestCollationServiceImpl.collateTestResults
(@NotNull TaskContext taskContext, @Nullable String resultDirectory, @NotNull String filePattern, @NotNull TestReportCollector testReportCollector, boolean pickupOutdatedFiles) -
Uses of TestReportCollector in com.atlassian.bamboo.build.test.junit
Modifier and TypeClassDescriptionclass
This class obtains the test results from a directory containing Junit test result file. -
Uses of TestReportCollector in com.atlassian.bamboo.plugins.testresultparser.testng