|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestResults | |
|---|---|
| com.atlassian.bamboo.build | |
| com.atlassian.bamboo.results.tests | |
| Uses of TestResults in com.atlassian.bamboo.build |
|---|
| Methods in com.atlassian.bamboo.build with parameters of type TestResults | |
|---|---|
BuildResults |
TestResultManager.getBuildFailingSince(BuildResults buildResults,
TestResults testResults)
Given a build results with test result, finds the build result for which this failing test has been failing since. |
BuildResults |
DefaultTestResultManager.getBuildFailingSince(BuildResults buildResults,
TestResults testResults)
|
BuildResultsSummary |
BuildResultsAction.getFailingSinceForTest(BuildResults buildResults,
TestResults testResults)
|
java.lang.String |
BuildResultsAction.getFailingSinceRelativeTime(BuildResults buildResults,
TestResults testResults)
|
int |
TestManager.getTestBrokenIn(TestResults testResults,
Build build,
int minBuildNumber,
int buildNumber)
Returns the build number that the test has found to be first failing before the passed buildNumber |
int |
DefaultTestManager.getTestBrokenIn(TestResults testResults,
Build build,
int minBuildNumber,
int buildNumber)
|
boolean |
TestResultManager.isTestFailedForBuild(BuildResults buildResults,
TestResults testResults)
Checks to see if a given TestResults is failing in a given BuildResultsImpl |
boolean |
DefaultTestResultManager.isTestFailedForBuild(BuildResults buildResults,
TestResults testResults)
|
| Uses of TestResults in com.atlassian.bamboo.results.tests |
|---|
| Methods in com.atlassian.bamboo.results.tests that return TestResults | |
|---|---|
TestResults |
TestCaseResultWrapper.getTestResults()
|
| Methods in com.atlassian.bamboo.results.tests with parameters of type TestResults | |
|---|---|
void |
TestClassResult.addTestResult(TestResults testResult)
|
void |
TestClassResultWrapper.addTestResult(TestResults testResult)
|
java.lang.Object |
TestAuthorSetResultMap.put(BuildResults buildResults,
TestResults testResults)
|
java.lang.Object |
TestClassResultMap.put(TestResults testResults)
|
| Constructors in com.atlassian.bamboo.results.tests with parameters of type TestResults | |
|---|---|
TestCaseResultWrapper(TestResults testResults,
BuildResults buildResults,
TestResultManager testResultManager)
Creates a this decorator proxy object - which hides a real TestResults object. |
|
TestClassResult(TestResults testResults)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||