Uses of Class
com.atlassian.bamboo.results.tests.TestCaseResultWrapper

Packages that use TestCaseResultWrapper
com.atlassian.bamboo.build   
com.atlassian.bamboo.index   
 

Uses of TestCaseResultWrapper in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return TestCaseResultWrapper
 TestCaseResultWrapper TestResultManager.getLastTestCaseResult(TestCase testCase)
           
 TestCaseResultWrapper DefaultTestResultManager.getLastTestCaseResult(TestCase testCase)
           
 TestCaseResultWrapper TestResultManager.getTestCaseResult(BuildResults buildResults, java.lang.String testCaseClassName, java.lang.String testCaseName)
          Finds a TestCaseResultWrapper given a test case key and a BuildResultsImpl
 TestCaseResultWrapper DefaultTestResultManager.getTestCaseResult(BuildResults buildResults, java.lang.String testCaseClassName, java.lang.String testCaseName)
           
 

Uses of TestCaseResultWrapper in com.atlassian.bamboo.index
 

Methods in com.atlassian.bamboo.index with parameters of type TestCaseResultWrapper
static org.apache.lucene.document.Document TestCaseResultDocument.getDocument(TestCaseResultWrapper testCase, BuildResultsSummary summary, Build plan)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.