| Package | Description |
|---|---|
| hudson.tasks.junit |
Model objects that represent JUnit test reports.
|
| hudson.tasks.test |
Defines contracts that need to be implemented by a test reporting
action (such as the built-in JUnit one).
|
| Class and Description |
|---|
| CaseResult
One test result.
|
| CaseResult.Status
Constants that represent the status of this test.
|
| ClassResult
Cumulative test result of a test class.
|
| History
History of
TestObject over time. |
| PackageResult
Cumulative test result for a package.
|
| SuiteResult
Result of one test suite.
|
| TestAction
Jelly (all optional):
index.jelly: included at the top of the test page
summary.jelly: included in a collapsed panel on the test parent page
badge.jelly: shown after the test link on the test parent page
|
| TestDataPublisher
Contributes
TestActions to test results. |
| TestNameTransformer
Allow extensions to transform the class/package/method name for JUnit test
cases which will be displayed on the test result page.
|
| TestObject
Deprecated.
Use
TestObject instead. |
| TestResult
Root of all the test results for one build.
|
TestResultAction
Action that displays the JUnit test result. |
| TestResultAction.Data
Resolves
TestActions for the given TestObject. |
| Class and Description |
|---|
| TestAction
Jelly (all optional):
index.jelly: included at the top of the test page
summary.jelly: included in a collapsed panel on the test parent page
badge.jelly: shown after the test link on the test parent page
|
| TestObject
Deprecated.
Use
TestObject instead. |
Copyright © 2004-2015. All Rights Reserved.