Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestCase

Packages that use TestCase
com.atlassian.bamboo.build.tests   
com.atlassian.bamboo.charts   
com.atlassian.bamboo.resultsummary.tests   
 

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
 java.util.List<TestCase> ViewTestsSummary.getLongestRunningTests()
           
 java.util.List<Pair<TestCase,java.lang.Float>> ViewTestsSummary.getLongestTimeToFixTests()
           
 java.util.List<Pair<TestCase,java.lang.Integer>> ViewTestsSummary.getMostFailingTests()
           
 

Methods in com.atlassian.bamboo.build.tests with parameters of type TestCase
 java.util.List<Pair<TestCaseResult,java.lang.Integer>> ViewTestsSummary.getRecentFailures(TestCase testCase, int number)
           
 

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, java.util.List<TestCaseResultStatisticsProvider> results)
           
 

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

Classes in com.atlassian.bamboo.resultsummary.tests that implement TestCase
 class TestCaseImpl
           
 

Methods in com.atlassian.bamboo.resultsummary.tests that return TestCase
 TestCase TestCaseImpl.copyTestCase()
           
 TestCase TestCase.copyTestCase()
          Creates a copy of the TestCase.
 TestCase TestCaseResultImpl.getTestCase()
           
 TestCase TestCaseResult.getTestCase()
           
 TestCase TestsHibernateDao.getTestCaseById(long testCaseId)
           
 TestCase TestsManagerImpl.getTestCaseById(long testCaseId)
           
 TestCase TestsManager.getTestCaseById(long testCaseId)
          Find a specific testCase by id
 TestCase TestsDao.getTestCaseById(long testCaseId)
          Find a specific testCase by id
 

Methods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type TestCase
 java.util.List<TestCase> TestsManagerImpl.getLongestRunningTestCases(Plan plan)
           
 java.util.List<TestCase> TestsManager.getLongestRunningTestCases(Plan plan)
          Provide a list of the top ten longest running tests for a plan, based on the duration of the TestCase's TestCaseResults Finds top 10 results in order (longest first)
 java.util.List<TestCase> TestsHibernateDao.getLongestRunningTestCasesForPlan(Plan plan)
           
 java.util.List<TestCase> TestsDao.getLongestRunningTestCasesForPlan(Plan plan)
          Provide a list of the top ten longest running tests for a plan, based on the duration of the TestCase's TestCaseResults Finds top 10 results in order (longest first)
 java.util.List<Pair<TestCase,java.lang.Float>> TestsManagerImpl.getLongestToFixTestCases(java.util.List<BuildResultsSummary> buildResults)
           
 java.util.List<Pair<TestCase,java.lang.Float>> TestsManager.getLongestToFixTestCases(java.util.List<BuildResultsSummary> buildResults)
          Retrieve a list of the test cases that have taken the longest amount of time to fix.
 java.util.List<Pair<TestCase,java.lang.Float>> TestsManagerImpl.getLongestToFixTestCases(Plan plan)
           
 java.util.List<Pair<TestCase,java.lang.Float>> TestsManager.getLongestToFixTestCases(Plan plan)
          Retrieve a list of the test cases that have taken the longest amount of time to fix.
 java.util.List<Pair<TestCase,java.lang.Integer>> TestsManagerImpl.getMostFailingTestCases(java.util.List<BuildResultsSummary> buildResults)
           
 java.util.List<Pair<TestCase,java.lang.Integer>> TestsManager.getMostFailingTestCases(java.util.List<BuildResultsSummary> buildResults)
          Provide a list of the top 10 most failing test cases for a plan.
 java.util.List<Pair<TestCase,java.lang.Integer>> TestsManagerImpl.getMostFailingTestCases(Plan plan)
           
 java.util.List<Pair<TestCase,java.lang.Integer>> TestsManager.getMostFailingTestCases(Plan plan)
          Provide a list of the top 10 most failing test cases for a plan.
protected  java.util.Map<TestCase,TestCaseResult> UpgradeTestsManager.getPreviousFailures(BuildResultsSummary buildResultsSummary)
           
protected  java.util.Map<TestCase,TestCaseResult> TestsManagerImpl.getPreviousFailures(BuildResultsSummary buildResultsSummary)
           
 java.util.List<TestCase> TestClassImpl.getTestCases()
           
 java.util.List<TestCase> TestClass.getTestCases()
          Retrieve the TestCases that are part of this class.
 

Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type TestCase
 void TestClassImpl.addTest(TestCase testCase)
           
 void TestClass.addTest(TestCase testCase)
          Add a testCase to this group
 void TestCaseMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<TestCase> list, TestCase object, long objectIndex, net.sf.hibernate.Session session)
           
 int TestCaseImpl.compareTo(TestCase testCase)
           
protected  void TestCaseMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, TestCase testCase, net.sf.hibernate.Session session)
           
 java.util.List<Pair<TestCaseResult,java.lang.Integer>> TestsManagerImpl.getLastNFailingResults(TestCase testCase, int number)
           
 java.util.List<Pair<TestCaseResult,java.lang.Integer>> TestsManager.getLastNFailingResults(TestCase testCase, int number)
          Retrieve the last n failing testResults for this given test case, latest first.
 java.util.List<Pair<TestCaseResult,java.lang.Integer>> TestsManagerImpl.getLastNFailingResults(TestCase testCase, java.util.List<BuildResultsSummary> buildResults, int number)
           
 java.util.List<Pair<TestCaseResult,java.lang.Integer>> TestsManager.getLastNFailingResults(TestCase testCase, java.util.List<BuildResultsSummary> buildResults, int number)
          Retrieve the last n failing testResults for this given test case, but only those that occurred within the provided build results.
 java.util.List<Pair<TestCaseResult,java.lang.Integer>> TestsHibernateDao.getLastNFailingResultsForTestCase(TestCase testCase, int number)
           
 java.util.List<Pair<TestCaseResult,java.lang.Integer>> TestsDao.getLastNFailingResultsForTestCase(TestCase testCase, int number)
          Retrieve the last n failing testResults for this given test case, latest first.
 java.util.List<Pair<TestCaseResult,java.lang.Integer>> TestsHibernateDao.getLastNFailingResultsForTestCaseAndBuildResults(TestCase testCase, java.util.List<BuildResultsSummary> buildResults, int number)
           
 java.util.List<Pair<TestCaseResult,java.lang.Integer>> TestsDao.getLastNFailingResultsForTestCaseAndBuildResults(TestCase testCase, java.util.List<BuildResultsSummary> buildResults, int number)
          Retrieve the last n failing testResults for this given test case, but only those that occurred within the provided build results.
 java.util.List<TestCaseResultStatisticsProvider> TestsManagerImpl.getResultStatistics(TestCase testCase)
           
 java.util.List<TestCaseResultStatisticsProvider> TestsManager.getResultStatistics(TestCase testCase)
          Returns a list of wrapped TestCaseResult and BuildResultSummary for a particular test case, for use by e.g.
 java.util.List<TestCaseResultStatisticsProvider> TestsManagerImpl.getResultStatistics(TestCase testCase, java.util.List<BuildResultsSummary> buildResults)
           
 java.util.List<TestCaseResultStatisticsProvider> TestsManager.getResultStatistics(TestCase testCase, java.util.List<BuildResultsSummary> buildResults)
          Returns a list of wrapped TestCaseResult and BuildResultSummary for a particular test case and contained within a specific span of build result summaries.
 java.util.List<TestCaseResultStatisticsProvider> TestResultsHibernateDao.getResultStatisticsForTestCase(TestCase testCase)
           
 java.util.List<TestCaseResultStatisticsProvider> TestResultsDao.getResultStatisticsForTestCase(TestCase testCase)
          Returns a list of wrapped TestCaseResult and BuildResultSummary for a particular test case, for use by e.g.
 java.util.List<TestCaseResultStatisticsProvider> TestResultsHibernateDao.getResultStatisticsForTestCaseAndBuilds(TestCase testCase, java.util.List<BuildResultsSummary> buildResults)
           
 java.util.List<TestCaseResultStatisticsProvider> TestResultsDao.getResultStatisticsForTestCaseAndBuilds(TestCase testCase, java.util.List<BuildResultsSummary> buildResults)
          Returns a list of wrapped TestCaseResult and BuildResultSummary for a particular test case and contained within a specific span of build result summaries.
 BuildResultsSummary TestResultsHibernateDao.getSucceedingSinceBuildResultSummary(TestCase testCase)
           
 BuildResultsSummary TestsManagerImpl.getSucceedingSinceBuildResultSummary(TestCase testCase)
           
 BuildResultsSummary TestsManager.getSucceedingSinceBuildResultSummary(TestCase testCase)
          Find the build in which the given test has been successful since.
 BuildResultsSummary TestResultsDao.getSucceedingSinceBuildResultSummary(TestCase testCase)
          Find the build in which the given test has been successful since.
 TestCaseResult TestResultsHibernateDao.getTestCaseResult(TestCase testCase, long buildNumber)
           
 TestCaseResult TestsManagerImpl.getTestCaseResult(TestCase testCase, long buildNumber)
           
 TestCaseResult TestsManager.getTestCaseResult(TestCase testCase, long buildNumber)
          Find a specific run of a testCase
 TestCaseResult TestResultsDao.getTestCaseResult(TestCase testCase, long buildNumber)
          Find a specific run of a testCase
 java.util.List<TestCaseResult> TestResultsHibernateDao.getTestCaseResultsForTestCase(TestCase testCase)
           
 java.util.List<TestCaseResult> TestResultsDao.getTestCaseResultsForTestCase(TestCase testCase)
          Return a list of TestCaseResults for a given TestCase
 java.util.List<TestCaseResult> TestResultsHibernateDao.getTestCaseResultsForTestCaseAndBuilds(TestCase testCase, java.util.List<BuildResultsSummary> buildResults)
           
 java.util.List<TestCaseResult> TestResultsDao.getTestCaseResultsForTestCaseAndBuilds(TestCase testCase, java.util.List<BuildResultsSummary> buildResults)
          Return a list of TestCaseResults for a given TestCase constrained to a specific set of Build Result Summaries
protected  void TestCaseMapper.importProperties(TestCase object, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 void TestsManagerImpl.saveTestCase(TestCase testCase)
           
 void TestsManager.saveTestCase(TestCase testCase)
          Save an individual TestCase to the database
 void TestCaseResultImpl.setTestCase(TestCase testCase)
           
 

Method parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestCase
 void TestCaseMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<TestCase> list, TestCase object, long objectIndex, net.sf.hibernate.Session session)
           
 long TestsHibernateDao.scrollTestCasesForExport(com.google.common.base.Function<TestCase,java.lang.Void> function)
           
 long TestsDao.scrollTestCasesForExport(com.google.common.base.Function<TestCase,java.lang.Void> function)
          Scroll through and execute function for each of TestCase records Objects passed to function are not fully initialized.
protected  void TestsManagerImpl.updateTestCaseResultDeltaInformation(BuildResultsSummary summary, TestCaseResult testResult, java.util.Map<TestCase,TestCaseResult> previousFailures)
           
 

Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type TestCase
TestCaseResultImpl(TestCase testCase, long duration, TestState state)
           
TestCaseResultImpl(TestCase testCase, long duration, TestState state, java.util.List<TestCaseResultError> testCaseResultErrors)
           
TestCaseSummaryImpl(TestCase testCase, Buildable build, java.util.List<BuildResultsSummary> filteredBuildResults, TestsManager testsManager, BuildResultsSummaryManager buildResultsSummaryManager)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.