Uses of Class
hudson.plugins.testng.results.TestResults

Packages that use TestResults
hudson.plugins.testng   
hudson.plugins.testng.parser   
hudson.plugins.testng.results   
hudson.plugins.testng.util   
 

Uses of TestResults in hudson.plugins.testng
 

Methods in hudson.plugins.testng that return TestResults
 TestResults BuildIndividualReport.getPreviousResults()
           
 TestResults ProjectIndividualReport.getResults()
          Returns the latest test results.
 TestResults BuildIndividualReport.getResults()
           
 

Constructor parameters in hudson.plugins.testng with type arguments of type TestResults
BuildIndividualReport(java.util.Collection<TestResults> testngResults)
           
 

Uses of TestResults in hudson.plugins.testng.parser
 

Methods in hudson.plugins.testng.parser that return types with arguments of type TestResults
 java.util.Collection<TestResults> ResultsParser.parse(java.io.File file)
          Parses the XML for relevant information
 

Uses of TestResults in hudson.plugins.testng.results
 

Methods in hudson.plugins.testng.results that return TestResults
static TestResults TestResults.total(boolean tally, java.util.Collection<TestResults> results)
           
 

Methods in hudson.plugins.testng.results with parameters of type TestResults
 void TestResults.add(TestResults r)
           
 void TestResults.set(TestResults that)
           
 

Method parameters in hudson.plugins.testng.results with type arguments of type TestResults
static TestResults TestResults.total(boolean tally, java.util.Collection<TestResults> results)
           
 

Uses of TestResults in hudson.plugins.testng.util
 

Methods in hudson.plugins.testng.util that return types with arguments of type TestResults
static java.util.List<TestResults> TestResultHistoryUtil.getPreviousBuildTestResults(hudson.model.AbstractBuild<?,?> owner)
          Loops through all the previous builds and add their test results to the previousResults array.
 



Copyright © 2004-2011. All Rights Reserved.