Uses of Class
hudson.plugins.robot.graph.RobotGraph
Packages that use RobotGraph
-
Uses of RobotGraph in hudson.plugins.robot.graph
Methods in hudson.plugins.robot.graph that return RobotGraphModifier and TypeMethodDescriptionstatic RobotGraphRobotGraphHelper.createDurationGraphForTestObject(RobotTestObject rootObject, boolean hd, int maxBuildsToShow, String labelFormat, boolean preview) Create a duration trend graph.static RobotGraphRobotGraphHelper.createTestResultsGraphForTestObject(RobotTestObject rootObject, boolean significantData, boolean binarydata, boolean hd, boolean failedOnly, String labelFormat, int maxBuildsToShow) Create a test result trend graph.static RobotGraphRobotGraph.getRobotGraph(Run<?, ?> owner, org.jfree.data.category.CategoryDataset categoryDataset, String yLabel, String xLabel, double scale, boolean preview, boolean binaryData, double lowerBound, double upperBound, Color... colors) Construct a new styled trend graph for given dataset