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

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

Uses of TestNGResult in hudson.plugins.testng
 

Methods in hudson.plugins.testng that return TestNGResult
 TestNGResult TestNGTestResultBuildAction.getResult()
           
 TestNGResult TestNGTestResultBuildAction.getResult(hudson.model.AbstractBuild build)
           
 

Constructors in hudson.plugins.testng with parameters of type TestNGResult
TestNGTestResultBuildAction(hudson.model.AbstractBuild<?,?> build, TestNGResult testngResults)
           
 

Uses of TestNGResult in hudson.plugins.testng.parser
 

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

Uses of TestNGResult in hudson.plugins.testng.util
 

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



Copyright © 2004-2013. All Rights Reserved.