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

Packages that use TestCase
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.tests   
com.atlassian.bamboo.charts   
com.atlassian.bamboo.ww2.aware   
 

Uses of TestCase in com.atlassian.bamboo.build
 

Classes in com.atlassian.bamboo.build that implement TestCase
 class TestCaseLuceneImpl
          Basic implementation of a test case object to hold results grabbed from Lucene index.
 

Methods in com.atlassian.bamboo.build that return TestCase
 TestCase TestManager.getTestCase(Build build, String key, TestCaseFilter filter)
          Get a TestCase object representing the test case
 TestCase DefaultTestManager.getTestCase(Build build, String key, TestCaseFilter filter)
          A Lucene based implementation of a TestCase
 

Methods in com.atlassian.bamboo.build with parameters of type TestCase
 BuildResults TestResultManager.getBuildFailingSince(TestCase testCase)
           
 BuildResults DefaultTestResultManager.getBuildFailingSince(TestCase testCase)
           
 BuildResults TestResultManager.getBuildSuccessfulSince(TestCase testCase)
           
 BuildResults DefaultTestResultManager.getBuildSuccessfulSince(TestCase testCase)
           
 TestCaseResultWrapper TestResultManager.getLastTestCaseResult(TestCase testCase)
           
 TestCaseResultWrapper DefaultTestResultManager.getLastTestCaseResult(TestCase testCase)
           
 

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

Methods in com.atlassian.bamboo.build.tests that return TestCase
 TestCase ViewTestCaseAction.getTestCase()
           
 

Methods in com.atlassian.bamboo.build.tests with parameters of type TestCase
 List ViewTestsSummary.getRecentFailures(TestCase testCase, int number)
           
 void ViewTestCaseAction.setTestCase(TestCase testCase)
           
 

Uses of TestCase in com.atlassian.bamboo.charts
 

Constructors in com.atlassian.bamboo.charts with parameters of type TestCase
TestCaseBuildTimesChart(int height, int width, String chartTitle, String xAxisLabel, String yAxisLabel, TestCase testCase)
           
 

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

Methods in com.atlassian.bamboo.ww2.aware that return TestCase
 TestCase TestCaseAware.getTestCase()
           
 

Methods in com.atlassian.bamboo.ww2.aware with parameters of type TestCase
 void TestCaseAware.setTestCase(TestCase testCase)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.