Uses of Class
hudson.plugins.robot.model.RobotResult
Packages that use RobotResult
-
Uses of RobotResult in hudson.plugins.robot
Subclasses of RobotResult in hudson.plugins.robotMethods in hudson.plugins.robot that return RobotResultModifier and TypeMethodDescriptionAggregatedRobotAction.AggregatedRobotResult.getPreviousResult()RobotBuildAction.getResult()Returns Robotresult.RobotParser.parse(String outputFileLocations, String outputPath, Run<?, ?> build, FilePath workSpace, String logFileName, String reportFileName) protected RobotResultRobotPublisher.parse(String expandedTestResults, String expandedLogFileName, String expandedReportFileName, String outputPath, Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener) Methods in hudson.plugins.robot with parameters of type RobotResultModifier and TypeMethodDescriptionvoidAggregatedRobotAction.addResult(RobotResult result) voidAggregatedRobotAction.AggregatedRobotResult.addResult(RobotResult result) protected ResultRobotPublisher.getBuildResult(Run<?, ?> build, RobotResult result) Determines the build result based on set thresholds.voidRobotBuildAction.setResult(RobotResult result, TaskListener listener) Loads new data toRobotResult.Constructors in hudson.plugins.robot with parameters of type RobotResultModifierConstructorDescriptionRobotBuildAction(Run<?, ?> build, RobotResult result, String outputPath, TaskListener listener, String logFileLink, String logHtmlLink, boolean enableCache, String xAxisLabel, boolean countSkippedTests, boolean useArtifactManager) Create new Robot build action -
Uses of RobotResult in hudson.plugins.robot.model
Methods in hudson.plugins.robot.model that return RobotResult