|
||||||||||
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)
|
BuildResults |
BuildResultsAction.getFailingSinceForTest(BuildResults buildResults,
TestResults testResults)
|
String |
BuildResultsAction.getFailingSinceRelativeTime(BuildResults buildResults,
TestResults testResults)
|
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)
|
Object |
TestAuthorSetResultMap.put(BuildResults buildResults,
TestResults testResults)
|
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 |