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.index   
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, java.lang.String testCaseClass, java.lang.String testCaseName, TestCaseFilter filter)
          Get a TestCase object representing the test case
 TestCase DefaultTestManager.getTestCase(Build build, java.lang.String testCaseClass, java.lang.String testCaseName, TestCaseFilter filter)
          A Lucene based implementation of a TestCase
 

Methods in com.atlassian.bamboo.build that return types with arguments of type TestCase
 java.util.Map<java.lang.String,java.util.Map<java.lang.String,TestCase>> TestManager.getAllTestCases(Build build, TestCaseFilter filter)
          A Map all test cases which was ever historically present.
 java.util.Map<java.lang.String,java.util.Map<java.lang.String,TestCase>> DefaultTestManager.getAllTestCases(Build build, TestCaseFilter filter)
           
 java.util.List<TestCase> TestManager.getLongestRunningTests(Build build, int number, TestCaseFilter filter)
           
 java.util.List<TestCase> DefaultTestManager.getLongestRunningTests(Build build, int number, TestCaseFilter filter)
           
 java.util.List<TestCase> TestManager.getLongestTimeToFixTests(Build build, int number, TestCaseFilter filter)
           
 java.util.List<TestCase> DefaultTestManager.getLongestTimeToFixTests(Build build, int number, TestCaseFilter filter)
           
 java.util.List<TestCase> TestManager.getMostFailingTests(Build build, int number, TestCaseFilter filter)
          Get a list of the top X most failing test cases historically.
 java.util.List<TestCase> DefaultTestManager.getMostFailingTests(Build build, int number, TestCaseFilter filter)
           
 

Methods in com.atlassian.bamboo.build with parameters of type 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 that return types with arguments of type TestCase
protected  java.util.Map<java.lang.String,java.util.Map<java.lang.String,TestCase>> AbstractTestCaseFilter.runQuery(org.apache.lucene.search.Query toRun)
           
 java.util.Map<java.lang.String,java.util.Map<java.lang.String,TestCase>> TestCaseFilter.searchAndFilterTestCases(org.apache.lucene.search.Query query)
           
 java.util.Map<java.lang.String,java.util.Map<java.lang.String,TestCase>> TimeRangeAgoFilter.searchAndFilterTestCases(org.apache.lucene.search.Query q)
           
 java.util.Map<java.lang.String,java.util.Map<java.lang.String,TestCase>> Latest25BuildsFilter.searchAndFilterTestCases(org.apache.lucene.search.Query q)
           
 java.util.Map<java.lang.String,java.util.Map<java.lang.String,TestCase>> AllResultsFilter.searchAndFilterTestCases(org.apache.lucene.search.Query query)
           
abstract  java.util.Map<java.lang.String,java.util.Map<java.lang.String,TestCase>> AbstractTestCaseFilter.searchAndFilterTestCases(org.apache.lucene.search.Query q)
           
 

Methods in com.atlassian.bamboo.build.tests with parameters of type TestCase
 java.util.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, java.lang.String chartTitle, java.lang.String xAxisLabel, java.lang.String yAxisLabel, TestCase testCase)
           
 

Uses of TestCase in com.atlassian.bamboo.index
 

Constructor parameters in com.atlassian.bamboo.index with type arguments of type TestCase
TestCaseDocumentCollector(org.apache.lucene.search.Searchable searcher, BuildResultsSummaryManager buildResultsSummaryManager, Build build, java.util.Map<java.lang.String,java.util.Map<java.lang.String,TestCase>> testCases)
           
 

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 © 2009 Atlassian Pty Ltd. All Rights Reserved.