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

Packages that use TestClassResult
com.atlassian.bamboo.build   
com.atlassian.bamboo.index.buildresult   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.utils   
 

Uses of TestClassResult in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return TestClassResult
 TestClassResult ViewTestClassResultAction.getTestClassResult()
           
 

Methods in com.atlassian.bamboo.build that return types with arguments of type TestClassResult
 java.util.List<TestClassResult> ViewTestCaseResultAction.getTestClassResults()
           
 

Uses of TestClassResult in com.atlassian.bamboo.index.buildresult
 

Method parameters in com.atlassian.bamboo.index.buildresult with type arguments of type TestClassResult
 void BuildResultsSummaryDocument.resetTestClassResults(java.util.List<TestClassResult> testClassResults)
           
 

Uses of TestClassResult in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type TestClassResult
 FilteredTestResults<TestClassResult> BuildResultsSummary.getFilteredTestResults()
          Return a filtered view of all the tests that ran in this build.
 java.util.List<TestClassResult> AbstractResultsSummary.getTestClassResults()
           
 

Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type TestClassResult
 void ResultsSummary.resetTestClassResults(java.util.List<TestClassResult> testClassResults)
          Overrides all current testClassResults with the new ones
 void AbstractResultsSummary.resetTestClassResults(java.util.List<TestClassResult> testClassResults)
           
 

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

Classes in com.atlassian.bamboo.resultsummary.tests that implement TestClassResult
 class TestClassResultImpl
           
 

Methods in com.atlassian.bamboo.resultsummary.tests that return TestClassResult
 TestClassResult TestResultsHibernateDao.findById(long testClassId)
           
 TestClassResult TestResultsDao.findById(long testClassResultId)
          Find a specific testClassResult by id
 TestClassResult TestCaseResult.getTestClassResult()
           
 TestClassResult TestCaseResultImpl.getTestClassResult()
           
 TestClassResult TestsManager.getTestClassResultById(long testClassResultId)
          Find a specific testClassResult by id
 TestClassResult TestsManagerImpl.getTestClassResultById(long testClassResultId)
           
 

Methods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type TestClassResult
 java.util.Collection<? extends TestClassResult> TestResultsHibernateDao.findAll()
           
 java.util.Collection<? extends TestClassResult> TestResultsDao.findAll()
           
 com.google.common.collect.Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getAllFailedTests()
           
 com.google.common.collect.Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getExistingFailedTests()
           
 com.google.common.collect.Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getFixedTests()
           
 com.google.common.collect.Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getNewFailedTests()
           
 com.google.common.collect.Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getQuarantinedTests()
           
 java.util.List<TestClassResult> TestResultsHibernateDao.getTestClassResults(PlanResultKey planResultKey)
           
 java.util.List<TestClassResult> TestsManager.getTestClassResults(PlanResultKey planResultKey)
          Retrieves a list of all testClassResults for a BuildResultSummary
 java.util.List<TestClassResult> TestResultsDao.getTestClassResults(PlanResultKey planResultKey)
          Retrieves a list of all testClassResults for a BuildResultSummary
 java.util.List<TestClassResult> TestsManagerImpl.getTestClassResults(PlanResultKey planResultKey)
           
 com.google.common.collect.TreeMultimap<TestClassResult,TestCaseResult> TestsManager.getTestOrderedMap(java.util.List<TestCaseResult> tests)
          Generate a ListOrderedMap of TestClassResult to List based on a given list of TestCaseResults.
 com.google.common.collect.TreeMultimap<TestClassResult,TestCaseResult> TestsManagerImpl.getTestOrderedMap(java.util.List<TestCaseResult> tests)
           
 

Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type TestClassResult
 void TestClassResultMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor, java.util.List<TestClassResult> list, TestClassResult object, long objectIndex, net.sf.hibernate.Session session)
           
 int TestClassResultImpl.compareTo(TestClassResult testClassResult)
           
protected  void TestClassResultMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, TestClassResult object, net.sf.hibernate.Session session, ExportDetailsBean exportDetailsBean)
           
protected  void TestClassResultMapper.importProperties(TestClassResult object, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 void TestCaseResult.setTestClassResult(TestClassResult testClassResult)
          Set the TestClassResult this test result belongs to
 void TestCaseResultImpl.setTestClassResult(TestClassResult testClassResult)
           
 

Method parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestClassResult
 void TestClassResultMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor, java.util.List<TestClassResult> list, TestClassResult object, long objectIndex, net.sf.hibernate.Session session)
           
 long TestResultsHibernateDao.scrollTestClassResultsForExport(com.google.common.base.Function<TestClassResult,java.lang.Void> function)
           
 long TestResultsDao.scrollTestClassResultsForExport(com.google.common.base.Function<TestClassResult,java.lang.Void> function)
          Scroll through and execute function for each of TestClassResults Objects passed to function are not fully initialized.
 

Uses of TestClassResult in com.atlassian.bamboo.utils
 

Methods in com.atlassian.bamboo.utils that return types with arguments of type TestClassResult
static com.google.common.base.Predicate<TestClassResult> BambooPredicates.testResultsInteresting()
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.