|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestResults | |
|---|---|
| hudson.plugins.helpers | |
| hudson.plugins.testng | |
| hudson.plugins.testng.parser | |
| hudson.plugins.testng.results | |
| 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 that return types with arguments of type TestResults | |
|---|---|
static java.util.Collection<TestResults> |
TestResults.merge(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)
|
java.lang.String |
TestResults.toSummary(TestResults totals)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||