com.cwctravel.hudson.plugins.suitegroupedtests.junit
Class History

java.lang.Object
  extended by hudson.tasks.junit.History
      extended by com.cwctravel.hudson.plugins.suitegroupedtests.junit.History

public class History
extends hudson.tasks.junit.History

History of TestObject over time.

Since:
1.320

Constructor Summary
History(hudson.tasks.test.TestObject testObject, int limit)
           
 
Method Summary
 hudson.util.Graph getCountGraph()
          Graph of # of tests over time.
 hudson.util.Graph getDurationGraph()
          Graph of duration of tests over time.
 hudson.tasks.test.TestObject getTestObject()
           
 boolean historyAvailable()
           
 
Methods inherited from class hudson.tasks.junit.History
getList, getList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

History

public History(hudson.tasks.test.TestObject testObject,
               int limit)
Method Detail

getTestObject

public hudson.tasks.test.TestObject getTestObject()
Overrides:
getTestObject in class hudson.tasks.junit.History

historyAvailable

public boolean historyAvailable()
Overrides:
historyAvailable in class hudson.tasks.junit.History

getDurationGraph

public hudson.util.Graph getDurationGraph()
Graph of duration of tests over time.

Overrides:
getDurationGraph in class hudson.tasks.junit.History

getCountGraph

public hudson.util.Graph getCountGraph()
Graph of # of tests over time.

Overrides:
getCountGraph in class hudson.tasks.junit.History


Copyright © 2004-2012. All Rights Reserved.