Uses of Class
hudson.plugins.robot.model.RobotTestObject

Packages that use RobotTestObject
hudson.plugins.robot   
hudson.plugins.robot.graph   
hudson.plugins.robot.model   
 

Uses of RobotTestObject in hudson.plugins.robot
 

Methods in hudson.plugins.robot that return RobotTestObject
 RobotTestObject RobotBuildAction.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 RobotTestObject
static hudson.util.Graph RobotGraphHelper.createDataSetForTestObject(RobotTestObject rootObject, boolean significantData, boolean binarydata)
          Create a pass/fail trend graph.
static hudson.util.Graph RobotGraphHelper.createDurationGraphForTestObject(RobotTestObject rootObject)
          Create a duration trend graph.
 

Uses of RobotTestObject in hudson.plugins.robot.model
 

Subclasses of RobotTestObject in hudson.plugins.robot.model
 class RobotCaseResult
           
 class RobotResult
          Class representing Robot Framework test results.
 class RobotSuiteResult
           
 

Methods in hudson.plugins.robot.model that return RobotTestObject
 RobotTestObject RobotSuiteResult.findObjectById(String id)
          Get object by path in tree
 RobotTestObject RobotResult.findObjectById(String id)
          Find a testobject in the result tree with id-path
abstract  RobotTestObject RobotTestObject.getParent()
           
 RobotTestObject RobotSuiteResult.getParent()
          Get the parent object of this suite in tree
 RobotTestObject RobotResult.getParent()
          
 RobotTestObject RobotCaseResult.getParent()
          
abstract  RobotTestObject RobotTestObject.getPreviousResult()
           
 RobotTestObject RobotTestObject.getResultInBuild(hudson.model.AbstractBuild<?,?> build)
          Get the corresponding result object from a given build
 

Methods in hudson.plugins.robot.model with parameters of type RobotTestObject
 String RobotTestObject.getDurationDiff(RobotTestObject comparable)
          Get difference in of duration to given test object
 String RobotTestObject.getRelativeId(RobotTestObject thisObject)
          Get path in tree relative to given TestObject
 String RobotTestObject.getRelativePackageName(RobotTestObject thisObject)
          Generates the full packagename
 void RobotSuiteResult.setParent(RobotTestObject parent)
           
 



Copyright © 2004-2013. All Rights Reserved.