hudson.plugins.robot.graph
Class RobotGraphHelper
java.lang.Object
hudson.plugins.robot.graph.RobotGraphHelper
public class RobotGraphHelper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RobotGraphHelper
public RobotGraphHelper()
createDataSetForTestObject
public static hudson.util.Graph createDataSetForTestObject(RobotTestObject rootObject,
boolean significantData,
boolean binarydata)
- Create a pass/fail trend graph. The graph will ignore builds with no robot results.
- Parameters:
rootObject - The dataset will be taken from rootObject backwards.
(i.e. there are no saved robot results in a given build)
- Returns:
createDurationGraphForTestObject
public static hudson.util.Graph createDurationGraphForTestObject(RobotTestObject rootObject)
- Create a duration trend graph. The graph will ignore builds with no robot results.
- Parameters:
rootObject - rootObject The dataset will be taken from rootObject backwards.
- Returns:
Copyright © 2004-2013. All Rights Reserved.