hudson.plugins.robot.graph
Class RobotGraphHelper

java.lang.Object
  extended by hudson.plugins.robot.graph.RobotGraphHelper

public class RobotGraphHelper
extends Object


Constructor Summary
RobotGraphHelper()
           
 
Method Summary
static hudson.util.Graph createDataSetForTestObject(RobotTestObject rootObject, boolean significantData, boolean binarydata)
          Create a pass/fail trend graph.
static hudson.util.Graph createDurationGraphForTestObject(RobotTestObject rootObject)
          Create a duration trend graph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RobotGraphHelper

public RobotGraphHelper()
Method Detail

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.