Uses of Class
hudson.plugins.robot.model.RobotCaseResult
Packages that use RobotCaseResult
-
Uses of RobotCaseResult in hudson.plugins.robot
Methods in hudson.plugins.robot that return types with arguments of type RobotCaseResult -
Uses of RobotCaseResult in hudson.plugins.robot.blueocean
Fields in hudson.plugins.robot.blueocean declared as RobotCaseResultConstructors in hudson.plugins.robot.blueocean with parameters of type RobotCaseResultModifierConstructorDescriptionBlueRobotTestResult
(RobotCaseResult result, io.jenkins.blueocean.rest.hal.Link parent) -
Uses of RobotCaseResult in hudson.plugins.robot.model
Methods in hudson.plugins.robot.model that return RobotCaseResultModifier and TypeMethodDescriptionGet case result by duplicate safe unencoded nameRobotCaseResult.getPreviousResult()
Gives the corresponding caseresult from previous buildMethods in hudson.plugins.robot.model that return types with arguments of type RobotCaseResultModifier and TypeMethodDescriptionRobotResult.getAllCases()
RobotSuiteResult.getAllCases()
Get all cases in this suite and its child suitesRobotResult.getAllFailedCases()
Get all failed test cases related to result.RobotSuiteResult.getAllFailedCases()
Get all failed cases in this suite and its child suitesRobotResult.getAllPassedCases()
Get all passed test cases related to result.RobotSuiteResult.getAllPassedCases()
Get all passed cases in this suite and its child suitesRobotResult.getAllSkippedCases()
Get all skipped test cases related to result.RobotSuiteResult.getAllSkippedCases()
Get all skipped cases in this suite and its child suitesRobotSuiteResult.getCaseResults()
Get all case results belonging to this suiteMethods in hudson.plugins.robot.model with parameters of type RobotCaseResultModifier and TypeMethodDescriptionvoid
RobotSuiteResult.addCaseResult
(RobotCaseResult caseResult) Adds a test case result to this suite.int
RobotCaseComparator.compare
(RobotCaseResult result1, RobotCaseResult result2) Method parameters in hudson.plugins.robot.model with type arguments of type RobotCaseResultModifier and TypeMethodDescriptionvoid
RobotSuiteResult.addCaseResults
(Collection<RobotCaseResult> newCaseResults) If cases with same name exist, the originals are kept