|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestAction | |
|---|---|
| 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). |
| Uses of TestAction in hudson.tasks.junit |
|---|
| Methods in hudson.tasks.junit that return types with arguments of type TestAction | |
|---|---|
List<TestAction> |
TestResultAction.getActions(TestObject object)
|
abstract List<? extends TestAction> |
TestResultAction.Data.getTestAction(TestObject testObject)
Returns all TestActions for the testObject. |
abstract List<TestAction> |
TestObject.getTestActions()
Deprecated. |
| Uses of TestAction in hudson.tasks.test |
|---|
| Fields in hudson.tasks.test with type parameters of type TestAction | |
|---|---|
static List<TestAction> |
SimpleCaseResult.EMPTY_ACTION_LIST
An empty list of actions, useful for tests |
| Methods in hudson.tasks.test that return types with arguments of type TestAction | |
|---|---|
List<TestAction> |
SimpleCaseResult.getTestActions()
|
List<TestAction> |
TestObject.getTestActions()
Get a list of all TestActions associated with this TestObject. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||