hudson.plugins.fitnesse
Class History

java.lang.Object
  extended by hudson.plugins.fitnesse.History

public class History
extends java.lang.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)
           
 
Method Summary
 hudson.util.Graph getCountGraph()
          Graph of # of tests over time.
 hudson.util.Graph getDurationGraph()
          Graph of duration of tests over time.
 java.util.List<hudson.tasks.test.TestResult> getList()
           
 hudson.tasks.test.TestObject getTestObject()
           
 boolean historyAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

History

public History(hudson.tasks.test.TestObject testObject,
               int graphWidth,
               int graphHeight)

History

public History(hudson.tasks.test.TestObject testObject)
Method Detail

getTestObject

public hudson.tasks.test.TestObject getTestObject()

historyAvailable

public boolean historyAvailable()

getList

public java.util.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-2014. All Rights Reserved.