public class History extends Object
TestObject
over time.Constructor and Description |
---|
History(TestObject testObject) |
Modifier and Type | Method and Description |
---|---|
static int |
asInt(String s,
int defalutValue) |
hudson.util.Graph |
getCountGraph()
Graph of # of tests over time.
|
hudson.util.Graph |
getDurationGraph()
Graph of duration of tests over time.
|
List<TestResult> |
getList() |
List<TestResult> |
getList(int start,
int end) |
TestObject |
getTestObject() |
boolean |
historyAvailable() |
public History(TestObject testObject)
public TestObject getTestObject()
public boolean historyAvailable()
public List<TestResult> getList(int start, int end)
public List<TestResult> getList()
public hudson.util.Graph getDurationGraph()
public hudson.util.Graph getCountGraph()
public static int asInt(String s, int defalutValue)
Copyright © 2016. All rights reserved.