hudson.tasks.junit
Class History

java.lang.Object
  extended by hudson.tasks.junit.History

public class History
extends Object

History of TestObject over time.

Since:
1.320

Constructor Summary
History(TestObject testObject)
           
 
Method Summary
static int asInt(String s, int defalutValue)
           
 Graph getCountGraph()
          Graph of # of tests over time.
 Graph getDurationGraph()
          Graph of duration of tests over time.
 List<TestResult> getList()
           
 List<TestResult> getList(int start, int end)
           
 TestObject getTestObject()
           
 boolean historyAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

History

public History(TestObject testObject)
Method Detail

getTestObject

public TestObject getTestObject()

historyAvailable

public boolean historyAvailable()

getList

public List<TestResult> getList(int start,
                                int end)

getList

public List<TestResult> getList()

getDurationGraph

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


getCountGraph

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


asInt

public static int asInt(String s,
                        int defalutValue)


Copyright © 2004-2013. All Rights Reserved.