|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |