hudson.tasks.junit
Class History
java.lang.Object
hudson.tasks.junit.History
public class History
- extends Object
History of TestObject
over time.
- Since:
- 1.320
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
History
public History(TestObject testObject)
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.