Uses of Interface
com.atlassian.bamboo.results.tests.TestCaseResult

Packages that use TestCaseResult
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.tests   
com.atlassian.bamboo.index   
com.atlassian.bamboo.results.tests   
com.atlassian.bamboo.ww2.aware   
 

Uses of TestCaseResult in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return TestCaseResult
 TestCaseResult ViewTestCaseResultAction.getTestCaseResult()
           
 

Methods in com.atlassian.bamboo.build with parameters of type TestCaseResult
 void TestCaseLuceneImpl.addResult(TestCaseResult result)
           
 void ViewTestCaseResultAction.setTestCaseResult(TestCaseResult testCaseResult)
           
 

Constructors in com.atlassian.bamboo.build with parameters of type TestCaseResult
TestCaseLuceneImpl(BuildResultsSummaryManager buildResultsSummaryManager, Build build, String key, TestCaseResult result)
           
 

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

Methods in com.atlassian.bamboo.build.tests that return TestCaseResult
 TestCaseResult ViewTestCaseAction.getLastTestCaseResult()
           
 

Uses of TestCaseResult in com.atlassian.bamboo.index
 

Classes in com.atlassian.bamboo.index that implement TestCaseResult
 class TestCaseResultDocument
           
 

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

Classes in com.atlassian.bamboo.results.tests that implement TestCaseResult
 class TestCaseResultWrapper
          A wrapper class around the Test Results object.
 

Uses of TestCaseResult in com.atlassian.bamboo.ww2.aware
 

Methods in com.atlassian.bamboo.ww2.aware that return TestCaseResult
 TestCaseResult TestCaseResultAware.getTestCaseResult()
           
 

Methods in com.atlassian.bamboo.ww2.aware with parameters of type TestCaseResult
 void TestCaseResultAware.setTestCaseResult(TestCaseResult testCaseResult)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.