Uses of Class
hudson.tasks.junit.TestAction
Package
Description
Model objects that represent JUnit test reports.
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
Modifier and TypeMethodDescriptionTestResultAction.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
Modifier and TypeFieldDescriptionstatic final List<TestAction>
SimpleCaseResult.EMPTY_ACTION_LIST
An empty list of actions, useful for testsModifier and TypeMethodDescriptionSimpleCaseResult.getTestActions()
TestObject.getTestActions()
Get a list of all TestActions associated with this TestObject.