Uses of Interface
com.atlassian.bamboo.build.TestResultManager

Packages that use TestResultManager
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.tests   
com.atlassian.bamboo.index   
com.atlassian.bamboo.results.tests   
 

Uses of TestResultManager in com.atlassian.bamboo.build
 

Classes in com.atlassian.bamboo.build that implement TestResultManager
 class DefaultTestResultManager
           
 

Fields in com.atlassian.bamboo.build declared as TestResultManager
protected  TestResultManager BuildResultsAction.testResultManager
           
 

Methods in com.atlassian.bamboo.build that return TestResultManager
 TestResultManager DefaultTestManager.getTestResultManager()
           
 TestResultManager BuildResultsAction.getTestResultManager()
           
 

Methods in com.atlassian.bamboo.build with parameters of type TestResultManager
 void DefaultTestManager.setTestResultManager(TestResultManager testResultManager)
           
 void BuildResultsAction.setTestResultManager(TestResultManager testResultManager)
           
 

Constructors in com.atlassian.bamboo.build with parameters of type TestResultManager
DefaultTestManager(TestResultManager testResultManager)
           
 

Uses of TestResultManager in com.atlassian.bamboo.build.tests
 

Methods in com.atlassian.bamboo.build.tests with parameters of type TestResultManager
 void ViewTestCaseAction.setTestResultManager(TestResultManager testResultManager)
           
 

Uses of TestResultManager in com.atlassian.bamboo.index
 

Fields in com.atlassian.bamboo.index declared as TestResultManager
protected  TestResultManager DefaultBuildResultsIndexer.testResultManager
           
 

Methods in com.atlassian.bamboo.index that return TestResultManager
 TestResultManager DefaultBuildResultsIndexer.getTestResultManager()
           
 

Methods in com.atlassian.bamboo.index with parameters of type TestResultManager
 void DefaultBuildResultsIndexer.setTestResultManager(TestResultManager testResultManager)
           
 

Uses of TestResultManager in com.atlassian.bamboo.results.tests
 

Methods in com.atlassian.bamboo.results.tests that return TestResultManager
 TestResultManager TestClassResultWrapper.getTestResultManager()
           
 

Methods in com.atlassian.bamboo.results.tests with parameters of type TestResultManager
 void TestClassResultWrapper.setTestResultManager(TestResultManager testResultManager)
           
 

Constructors in com.atlassian.bamboo.results.tests with parameters of type TestResultManager
TestCaseResultWrapper(TestResults testResults, BuildResults buildResults, TestResultManager testResultManager)
          Creates a this decorator proxy object - which hides a real TestResults object.
TestClassResultWrapper(TestClassResult testClassResult, BuildResults buildResults, TestResultManager testResultManager)
           
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.