hudson.plugins.fitnesse
Class History
java.lang.Object
hudson.plugins.fitnesse.History
public class History
- extends Object
History of TestObject over time.
- Since:
- 1.320
|
Constructor Summary |
History(hudson.tasks.test.TestObject testObject)
|
History(hudson.tasks.test.TestObject testObject,
int graphWidth,
int graphHeight)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
History
public History(hudson.tasks.test.TestObject testObject,
int graphWidth,
int graphHeight)
History
public History(hudson.tasks.test.TestObject testObject)
getTestObject
public hudson.tasks.test.TestObject getTestObject()
historyAvailable
public boolean historyAvailable()
getList
public List<hudson.tasks.test.TestResult> getList()
getDurationGraph
public hudson.util.Graph getDurationGraph()
- Graph of duration of tests over time.
getCountGraph
public hudson.util.Graph getCountGraph()
- Graph of # of tests over time.
Copyright © 2004-2015. All Rights Reserved.