| Package | Description |
|---|---|
| com.atlassian.bamboo.resultsummary | |
| com.atlassian.bamboo.resultsummary.tests |
| Modifier and Type | Method and Description |
|---|---|
FilteredTestResults<TestClassResult> |
BuildResultsSummary.getFilteredTestResults()
Return a filtered view of all the tests that ran in this build.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultsSummary.resetTestClassResults(List<TestClassResult> testClassResults)
Overrides all current testClassResults with the new ones
|
| Modifier and Type | Method and Description |
|---|---|
TestClassResult |
TestResultsDao.findById(long testClassResultId)
Find a specific testClassResult by id
|
TestClassResult |
TestCaseResult.getTestClassResult() |
TestClassResult |
TestsManager.getTestClassResultById(long testClassResultId)
Find a specific testClassResult by id
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends TestClassResult> |
TestResultsDao.findAll() |
List<TestClassResult> |
TestsManager.getTestClassResults(PlanResultKey planResultKey)
Retrieves a list of all testClassResults for a BuildResultSummary
|
List<TestClassResult> |
TestResultsDao.getTestClassResults(PlanResultKey planResultKey)
Retrieves a list of all testClassResults for a BuildResultSummary
|
com.google.common.collect.TreeMultimap<TestClassResult,TestCaseResult> |
TestsManager.getTestOrderedMap(List<TestCaseResult> tests)
Generate a ListOrderedMap of TestClassResult to List
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseResult.setTestClassResult(TestClassResult testClassResult)
Set the TestClassResult this test result belongs to
|
| Modifier and Type | Method and Description |
|---|---|
long |
TestResultsDao.scrollTestClassResultsForExport(com.google.common.base.Function<TestClassResult,Void> function)
Scroll through and execute function for each of TestClassResults
Objects passed to function are not fully initialized.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.