Uses of Class
hudson.plugins.robot.model.RobotTestObject
Packages that use RobotTestObject
-
Uses of RobotTestObject in hudson.plugins.robot
Subclasses of RobotTestObject in hudson.plugins.robotMethods in hudson.plugins.robot that return RobotTestObjectModifier and TypeMethodDescriptionRobotBuildAction.findObjectById
(String id) Find test object from the results object tree -
Uses of RobotTestObject in hudson.plugins.robot.graph
Methods in hudson.plugins.robot.graph with parameters of type RobotTestObjectModifier and TypeMethodDescriptionstatic RobotGraph
RobotGraphHelper.createDurationGraphForTestObject
(RobotTestObject rootObject, boolean hd, int maxBuildsToShow, String labelFormat, boolean preview) Create a duration trend graph.static RobotGraph
RobotGraphHelper.createTestResultsGraphForTestObject
(RobotTestObject rootObject, boolean significantData, boolean binarydata, boolean hd, boolean failedOnly, String labelFormat, int maxBuildsToShow) Create a test result trend graph.Constructors in hudson.plugins.robot.graph with parameters of type RobotTestObject -
Uses of RobotTestObject in hudson.plugins.robot.model
Subclasses of RobotTestObject in hudson.plugins.robot.modelModifier and TypeClassDescriptionclass
class
Class representing Robot Framework test results.class
Methods in hudson.plugins.robot.model that return RobotTestObjectModifier and TypeMethodDescriptionRobotResult.findObjectById
(String id) Find a testobject in the result tree with id-pathRobotSuiteResult.findObjectById
(String id) Get object by path in treeRobotCaseResult.getParent()
RobotResult.getParent()
RobotSuiteResult.getParent()
Get the parent object of this suite in treeabstract RobotTestObject
RobotTestObject.getParent()
abstract RobotTestObject
RobotTestObject.getPreviousResult()
RobotTestObject.getResultInBuild
(AbstractBuild<?, ?> build) Get the corresponding result object from a given buildMethods in hudson.plugins.robot.model with parameters of type RobotTestObjectModifier and TypeMethodDescriptionRobotTestObject.getDurationDiff
(RobotTestObject comparable) Get difference in of duration to given test objectRobotTestObject.getRelativeId
(RobotTestObject thisObject) Get path in tree relative to given TestObjectRobotTestObject.getRelativePackageName
(RobotTestObject thisObject) Generates the full packagenameRobotTestObject.getRelativeParent
(RobotTestObject thisObject) void
RobotSuiteResult.setParent
(RobotTestObject parent)