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

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

Uses of TestResults in hudson.plugins.testng
 

Methods in hudson.plugins.testng that return TestResults
 TestResults TestNGBuildAction.getResults()
           
 

Constructors in hudson.plugins.testng with parameters of type TestResults
BuildIndividualReport(hudson.model.AbstractBuild<?,?> build, TestResults testngResults)
          Deprecated.  
TestNGBuildAction(hudson.model.AbstractBuild<?,?> build, TestResults testngResults)
           
 

Uses of TestResults in hudson.plugins.testng.parser
 

Methods in hudson.plugins.testng.parser that return TestResults
 TestResults ResultsParser.parse(hudson.FilePath[] paths)
          Parses the XML for relevant information
 

Uses of TestResults in hudson.plugins.testng.util
 

Methods in hudson.plugins.testng.util that return TestResults
static TestResults TestResultHistoryUtil.getPreviousBuildTestResults(hudson.model.AbstractBuild<?,?> owner)
          Gets the latest build before this one and return's it's test result.
 



Copyright © 2004-2012. All Rights Reserved.