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

Packages that use TestResults
com.atlassian.bamboo.build   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.results   
com.atlassian.bamboo.results.tests   
com.atlassian.bamboo.v2.build   
 

Uses of TestResults in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type TestResults
 BuildResults TestResultManager.getBuildFailingSince(BuildResults buildResults, TestResults testResults)
          Given a build results with test result, finds the build result for which this failing test has been failing since.
 BuildResults DefaultTestResultManager.getBuildFailingSince(BuildResults buildResults, TestResults testResults)
           
 BuildResultsSummary BuildResultsAction.getFailingSinceForTest(BuildResults buildResults, TestResults testResults)
           
 java.lang.String BuildResultsAction.getFailingSinceRelativeTime(BuildResults buildResults, TestResults testResults)
           
 int TestManager.getTestBrokenIn(TestResults testResults, Build build, int minBuildNumber, int buildNumber)
          Returns the build number that the test has found to be first failing before the passed buildNumber
 int DefaultTestManager.getTestBrokenIn(TestResults testResults, Build build, int minBuildNumber, int buildNumber)
           
 boolean TestResultManager.isTestFailedForBuild(BuildResults buildResults, TestResults testResults)
          Checks to see if a given TestResults is failing in a given BuildResultsImpl
 boolean DefaultTestResultManager.isTestFailedForBuild(BuildResults buildResults, TestResults testResults)
           
 

Method parameters in com.atlassian.bamboo.build with type arguments of type TestResults
 java.util.List TestResultManager.wrapTestCaseResults(java.util.Collection<TestResults> testResults, BuildResults buildResults)
          Wraps up a List of TestResults object into a List of TestCaseResultWrapper objects.
 java.util.List DefaultTestResultManager.wrapTestCaseResults(java.util.Collection<TestResults> testResults, BuildResults buildResults)
           
 

Uses of TestResults in com.atlassian.bamboo.builder
 

Methods in com.atlassian.bamboo.builder that return types with arguments of type TestResults
 java.util.List<TestResults> TestReportCollector.getFailedTestResults()
          Get all the unit TestResults that have failed.
 java.util.List<TestResults> AntJunitTestReportCollector.getFailedTestResults()
          Get all the unit TestResults that have failed.
 java.util.Set<TestResults> AntXmlTestResultsParser.getFailedTests()
          How many failed tests did the last parsed test report contain?
 java.util.List<TestResults> TestReportCollector.getSuccessfulTestResults()
          Get all the unit TestResults that have passed without error.
 java.util.List<TestResults> AntJunitTestReportCollector.getSuccessfulTestResults()
          Get all the unit TestResults that have passed without error.
 java.util.Set<TestResults> AntXmlTestResultsParser.getSuccessfulTests()
          How many successful tests did the last parsed test report contain?
 

Uses of TestResults in com.atlassian.bamboo.results
 

Methods in com.atlassian.bamboo.results that return types with arguments of type TestResults
 java.util.Collection<TestResults> BuildResults.getFailedTestResults()
           
 java.util.Collection<TestResults> BuildResults.getSuccessfulTestResults()
           
 

Method parameters in com.atlassian.bamboo.results with type arguments of type TestResults
 void BuildResultsImpl.setTestResults(java.util.Set<TestResults> successfulTestResults, java.util.Set<TestResults> failedTestResults)
           
 void BuildResultsImpl.setTestResults(java.util.Set<TestResults> successfulTestResults, java.util.Set<TestResults> failedTestResults)
           
 void BuildResults.setTestResults(java.util.Set<TestResults> successfulTestResults, java.util.Set<TestResults> failedTestResults)
           
 void BuildResults.setTestResults(java.util.Set<TestResults> successfulTestResults, java.util.Set<TestResults> failedTestResults)
           
 

Uses of TestResults in com.atlassian.bamboo.results.tests
 

Methods in com.atlassian.bamboo.results.tests that return TestResults
 TestResults TestCaseResultWrapper.getTestResults()
           
 

Methods in com.atlassian.bamboo.results.tests that return types with arguments of type TestResults
 java.util.Collection<TestResults> TestClassResult.getTestResults()
           
 

Methods in com.atlassian.bamboo.results.tests with parameters of type TestResults
 void TestClassResultWrapper.addTestResult(TestResults testResult)
           
 void TestClassResult.addTestResult(TestResults testResult)
           
 int TestResults.compareTo(TestResults o)
           
 java.lang.Object TestClassResultMap.put(TestResults testResults)
           
 

Constructors in com.atlassian.bamboo.results.tests with parameters of type TestResults
TestCaseResultWrapper(TestResults testResults, BuildResults buildResults, TestResultManager testResultManager)
          Creates a this decorator proxy object - which hides a real TestResults object.
TestClassResult(TestResults testResults)
           
 

Constructor parameters in com.atlassian.bamboo.results.tests with type arguments of type TestResults
TestClassResult(java.util.List<TestResults> testResults)
           
 

Uses of TestResults in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build that return types with arguments of type TestResults
 java.util.Collection<TestResults> CurrentBuildResult.getFailedTestResults()
           
 java.util.Collection<TestResults> CurrentBuildResultImpl.getFailedTestResults()
           
 java.util.Collection<TestResults> CurrentBuildResult.getSuccessfulTestResults()
           
 java.util.Collection<TestResults> CurrentBuildResultImpl.getSuccessfulTestResults()
           
 

Method parameters in com.atlassian.bamboo.v2.build with type arguments of type TestResults
 void CurrentBuildResult.setTestResults(java.util.Set<TestResults> successfulTestResults, java.util.Set<TestResults> failedTestResults)
           
 void CurrentBuildResult.setTestResults(java.util.Set<TestResults> successfulTestResults, java.util.Set<TestResults> failedTestResults)
           
 void CurrentBuildResultImpl.setTestResults(java.util.Set<TestResults> successfulTestResults, java.util.Set<TestResults> failedTestResults)
           
 void CurrentBuildResultImpl.setTestResults(java.util.Set<TestResults> successfulTestResults, java.util.Set<TestResults> failedTestResults)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.