Uses of Class
hudson.tasks.junit.TestAction
Packages that use 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
Methods in hudson.tasks.junit that return types with arguments of type TestActionModifier 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
Fields in hudson.tasks.test with type parameters of type TestActionModifier and TypeFieldDescriptionstatic final List<TestAction>SimpleCaseResult.EMPTY_ACTION_LISTAn empty list of actions, useful for testsMethods in hudson.tasks.test that return types with arguments of type TestActionModifier and TypeMethodDescriptionSimpleCaseResult.getTestActions()TestObject.getTestActions()Get a list of all TestActions associated with this TestObject.