Class TestRunCollector
- java.lang.Object
-
- jetbrains.buildServer.controllers.investigate.TestRunCollector
-
public class TestRunCollector extends Object
Collects recent test runs for given test in given project. If there are no such test runs, dummy test run is returned.
-
-
Constructor Summary
Constructors Constructor Description TestRunCollector(InvestigationTestRunsHolder testRunsHolder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<STestRun>
collectTestRuns(Collection<STest> tests, boolean alwaysIncludeSuccessfulTestRuns, boolean onlyForDefaultBranch, boolean showEntitiesWithoutTestRuns)
-
-
-
Constructor Detail
-
TestRunCollector
public TestRunCollector(@NotNull InvestigationTestRunsHolder testRunsHolder)
-
-
Method Detail
-
collectTestRuns
@NotNull public List<STestRun> collectTestRuns(@NotNull Collection<STest> tests, boolean alwaysIncludeSuccessfulTestRuns, boolean onlyForDefaultBranch, boolean showEntitiesWithoutTestRuns)
-
-