Uses of Class
hudson.plugins.testng.results.TestNGResult
Packages that use TestNGResult
-
Uses of TestNGResult in hudson.plugins.testng
Methods in hudson.plugins.testng that return TestNGResultConstructors in hudson.plugins.testng with parameters of type TestNGResultModifierConstructorDescriptionTestNGTestResultBuildAction
(TestNGResult testngResults, boolean escapeTestDescp, boolean escapeExceptionMsg, boolean showFailedBuilds) -
Uses of TestNGResult in hudson.plugins.testng.parser
Methods in hudson.plugins.testng.parser that return TestNGResultModifier and TypeMethodDescriptionParses the XML for relevant information -
Uses of TestNGResult in hudson.plugins.testng.util
Methods in hudson.plugins.testng.util that return TestNGResultModifier and TypeMethodDescriptionstatic TestNGResult
TestResultHistoryUtil.getPreviousBuildTestResults
(Run<?, ?> owner) Gets the latest build before this one and returns it's test result.