com.cwctravel.hudson.plugins.suitegroupedtests
Class SuiteGroupResultAction.Data

java.lang.Object
  extended by com.cwctravel.hudson.plugins.suitegroupedtests.SuiteGroupResultAction.Data
Enclosing class:
SuiteGroupResultAction

public abstract static class SuiteGroupResultAction.Data
extends java.lang.Object


Constructor Summary
SuiteGroupResultAction.Data()
           
 
Method Summary
abstract  java.util.List<? extends hudson.tasks.junit.TestAction> getTestAction(hudson.tasks.test.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

SuiteGroupResultAction.Data

public SuiteGroupResultAction.Data()
Method Detail

getTestAction

public abstract java.util.List<? extends hudson.tasks.junit.TestAction> getTestAction(hudson.tasks.test.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-2012. All Rights Reserved.