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

Packages that use RobotResult
hudson.plugins.robot   
hudson.plugins.robot.model   
 

Uses of RobotResult in hudson.plugins.robot
 

Methods in hudson.plugins.robot that return RobotResult
 RobotResult RobotBuildAction.getResult()
          Returns Robotresult.
 RobotResult RobotParser.RobotParserCallable.invoke(File ws, hudson.remoting.VirtualChannel channel)
           
 RobotResult RobotParser.parse(String outputFileLocations, String outputPath, hudson.model.AbstractBuild<?,?> build)
           
protected  RobotResult RobotPublisher.parse(String expandedTestResults, String outputPath, hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 

Methods in hudson.plugins.robot with parameters of type RobotResult
protected  hudson.model.Result RobotPublisher.getBuildResult(hudson.model.AbstractBuild<?,?> build, RobotResult result)
          Determines the build result based on set thresholds.
 void RobotBuildAction.setResult(RobotResult result, hudson.model.BuildListener listener)
          Loads new data to RobotResult.
 

Constructors in hudson.plugins.robot with parameters of type RobotResult
RobotBuildAction(hudson.model.AbstractBuild<?,?> build, RobotResult result, String outputPath, hudson.model.BuildListener listener, String logFileLink, String logHtmlLink)
          Create new Robot build action
 

Uses of RobotResult in hudson.plugins.robot.model
 

Methods in hudson.plugins.robot.model that return RobotResult
 RobotResult RobotResult.getPreviousResult()
          
 



Copyright © 2004-2013. All Rights Reserved.