|
||||||||||
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.getPreviousResults()
|
TestResults |
TestNGProjectAction.getResults()
Returns the latest test results. |
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)
|
Methods in hudson.plugins.testng.util that return types with arguments of type TestResults | |
---|---|
static java.util.List<TestResults> |
TestResultHistoryUtil.getAllPreviousBuildTestResults(hudson.model.AbstractBuild<?,?> owner)
Loops through all the previous builds and add their test results to the previousResults array. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |