public class History
extends hudson.tasks.junit.History
TestObject over time.| Constructor and Description |
|---|
History(hudson.tasks.test.TestObject testObject,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
hudson.util.Graph |
getCountGraph()
Graph of # of tests over time.
|
hudson.util.Graph |
getDurationGraph()
Graph of duration of tests over time.
|
List<JUnitSummaryInfo> |
getItems(int startIndex,
int endIndex) |
hudson.tasks.test.TestObject |
getTestObject() |
boolean |
historyAvailable() |
public hudson.tasks.test.TestObject getTestObject()
getTestObject in class hudson.tasks.junit.Historypublic boolean historyAvailable()
historyAvailable in class hudson.tasks.junit.Historypublic int getCount()
public List<JUnitSummaryInfo> getItems(int startIndex, int endIndex)
public hudson.util.Graph getDurationGraph()
getDurationGraph in class hudson.tasks.junit.Historypublic hudson.util.Graph getCountGraph()
getCountGraph in class hudson.tasks.junit.HistoryCopyright © 2004-2016. All Rights Reserved.