|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestResults | |
|---|---|
| hudson.plugins.testng | |
| hudson.plugins.testng.parser | |
| hudson.plugins.testng.results | |
| Uses of TestResults in hudson.plugins.testng |
|---|
| Methods in hudson.plugins.testng that return TestResults | |
|---|---|
TestResults |
AbstractBuildReport.getPreviousResults()
|
TestResults |
AbstractProjectReport.getResults()
Returns the latest totals. |
TestResults |
AbstractBuildReport.getResults()
|
| Methods in hudson.plugins.testng with parameters of type TestResults | |
|---|---|
void |
TestNGResultAction.setTestNGResults(TestResults testNGResults)
|
| Constructors in hudson.plugins.testng with parameters of type TestResults | |
|---|---|
TestNGResultAction(hudson.model.AbstractBuild owner,
TestResults result,
hudson.model.BuildListener listener)
|
|
| Constructor parameters in hudson.plugins.testng with type arguments of type TestResults | |
|---|---|
AbstractBuildReport(java.util.Collection<TestResults> results)
Constructs a new AbstractBuildReport. |
|
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 hudsonLogger)
|
| 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 | |||||||||