|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestResults | |
|---|---|
| hudson.plugins.helpers | |
| hudson.plugins.testng | |
| hudson.plugins.testng.parser | |
| hudson.plugins.testng.results | |
| hudson.plugins.testng.util | |
| Uses of TestResults in hudson.plugins.helpers |
|---|
| Methods in hudson.plugins.helpers that return TestResults | |
|---|---|
TestResults |
AbstractBuildAction.getPreviousResults()
|
TestResults |
AbstractProjectAction.getResults()
Returns the latest test results. |
TestResults |
AbstractBuildAction.getResults()
|
| Constructor parameters in hudson.plugins.helpers with type arguments of type TestResults | |
|---|---|
AbstractBuildAction(java.util.Collection<TestResults> results)
Constructs a new AbstractBuildReport. |
|
| Uses of TestResults in hudson.plugins.testng |
|---|
| Constructor parameters in hudson.plugins.testng with type arguments of type TestResults | |
|---|---|
BuildIndividualReport(java.util.Collection<TestResults> testNGResultsCollection)
|
|
| Uses of TestResults in hudson.plugins.testng.parser |
|---|
| Methods in hudson.plugins.testng.parser that return types with arguments of type TestResults | |
|---|---|
static java.util.Collection<TestResults> |
ResultsParser.parse(java.io.File file,
java.io.PrintStream printStream)
|
| Uses of TestResults in hudson.plugins.testng.results |
|---|
| Methods in hudson.plugins.testng.results that return TestResults | |
|---|---|
static TestResults |
TestResults.total(java.util.Collection<TestResults>... results)
|
| Methods in hudson.plugins.testng.results with parameters of type TestResults | |
|---|---|
void |
TestResults.add(TestResults r)
|
void |
TestResults.set(TestResults that)
|
| Uses of TestResults in hudson.plugins.testng.util |
|---|
| Methods in hudson.plugins.testng.util that return types with arguments of type TestResults | |
|---|---|
static java.util.List<TestResults> |
TestResultHistoryUtil.getPreviousBuildTestResults(hudson.model.AbstractBuild<?,?> owner)
Loops through all the previous builds and add their test results to the previousResults array. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||