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 RobotResult
RobotPublisher.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 TypeMethodDescriptionvoid
AggregatedRobotAction.addResult
(RobotResult result) void
AggregatedRobotAction.AggregatedRobotResult.addResult
(RobotResult result) protected Result
RobotPublisher.getBuildResult
(Run<?, ?> build, RobotResult result) Determines the build result based on set thresholds.void
RobotBuildAction.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) Create new Robot build action -
Uses of RobotResult in hudson.plugins.robot.model
Methods in hudson.plugins.robot.model that return RobotResult