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 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.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 TypeClassDescriptionclassclassClass representing Robot Framework test results.classMethods 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 RobotTestObjectRobotTestObject.getParent()abstract RobotTestObjectRobotTestObject.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) voidRobotSuiteResult.setParent(RobotTestObject parent)