Uses of Class
hudson.plugins.testng.results.TestNGResult
-
Packages that use TestNGResult Package Description 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 Modifier and Type Method Description TestNGResult
TestNGTestResultBuildAction. getResult()
TestNGResult
TestNGTestResultBuildAction. getResult(Run build)
Constructors in hudson.plugins.testng with parameters of type TestNGResult Constructor Description TestNGTestResultBuildAction(TestNGResult testngResults, boolean escapeTestDescp, boolean escapeExceptionMsg, boolean showFailedBuilds)
-
Uses of TestNGResult in hudson.plugins.testng.parser
Methods in hudson.plugins.testng.parser that return TestNGResult Modifier and Type Method Description TestNGResult
ResultsParser. parse(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 Modifier and Type Method Description static TestNGResult
TestResultHistoryUtil. getPreviousBuildTestResults(Run<?,?> owner)
Gets the latest build before this one and returns it's test result.
-