hudson.tasks.junit
Class TestResultAction.Data
java.lang.Object
hudson.tasks.junit.TestResultAction.Data
- Enclosing class:
- TestResultAction
public abstract static class TestResultAction.Data
- extends Object
Resolves TestAction
s for the given TestObject
.
This object itself is persisted as a part of AbstractBuild
, so it needs to be XStream-serializable.
- See Also:
TestDataPublisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestResultAction.Data
public TestResultAction.Data()
getTestAction
public abstract List<? extends TestAction> getTestAction(TestObject testObject)
- Returns all TestActions for the testObject.
- Returns:
- Can be empty but never null. The caller must assume that the returned list is read-only.
Copyright © 2004-2013. All Rights Reserved.