|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.io.File ws,
hudson.remoting.VirtualChannel channel)
|
RobotResult |
RobotParser.parse(java.lang.String outputFileLocations,
java.lang.String outputPath,
hudson.model.AbstractBuild<?,?> build)
|
protected RobotResult |
RobotPublisher.parse(java.lang.String expandedTestResults,
java.lang.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,
java.lang.String outputPath,
hudson.model.BuildListener listener,
java.lang.String logFileLink)
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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||