Package hudson.tasks.junit
Class TestResultAction.Data
java.lang.Object
hudson.tasks.junit.TestResultAction.Data
- Enclosing class:
- TestResultAction
Resolves
TestAction
s for the given TestObject
.
This object itself is persisted as a part of Run
, so it needs to be XStream-serializable.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract List<? extends TestAction>
getTestAction
(TestObject testObject) Returns all TestActions for the testObject.
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
getTestAction
Returns all TestActions for the testObject.- Returns:
- Can be empty but never null. The caller must assume that the returned list is read-only.
-