public class History extends Object
TestObject over time.| Constructor and Description |
|---|
History(FitnesseResults testObject) |
History(FitnesseResults testObject,
int graphWidth,
int graphHeight) |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.Graph |
getCountGraph()
Graph of # of tests over time.
|
hudson.util.Graph |
getDurationGraph()
Graph of duration of tests over time.
|
List<FitnesseResults> |
getList() |
boolean |
historyAvailable() |
public History(FitnesseResults testObject, int graphWidth, int graphHeight)
public History(FitnesseResults testObject)
public boolean historyAvailable()
public List<FitnesseResults> getList()
public hudson.util.Graph getDurationGraph()
public hudson.util.Graph getCountGraph()
Copyright © 2004-2015. All Rights Reserved.