hudson.tasks.junit
Class TestResultAction.Data

java.lang.Object
  extended by hudson.tasks.junit.TestResultAction.Data
Enclosing class:
TestResultAction

public abstract static class TestResultAction.Data
extends Object

Resolves TestActions for the given TestObject.

This object itself is persisted as a part of AbstractBuild, so it needs to be XStream-serializable.

See Also:
TestDataPublisher

Constructor Summary
TestResultAction.Data()
           
 
Method Summary
abstract  List<? extends TestAction> getTestAction(TestObject testObject)
          Returns all TestActions for the testObject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestResultAction.Data

public TestResultAction.Data()
Method Detail

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.