|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RobotCaseResult | |
|---|---|
| hudson.plugins.robot.model | |
| Uses of RobotCaseResult in hudson.plugins.robot.model |
|---|
| Methods in hudson.plugins.robot.model that return RobotCaseResult | |
|---|---|
RobotCaseResult |
RobotSuiteResult.getCase(String name)
Get case result by duplicate safe unencoded name |
RobotCaseResult |
RobotCaseResult.getPreviousResult()
Gives the corresponding caseresult from previous build |
| Methods in hudson.plugins.robot.model that return types with arguments of type RobotCaseResult | |
|---|---|
List<RobotCaseResult> |
RobotSuiteResult.getAllCases()
Get all cases in this suite and its child suites |
List<RobotCaseResult> |
RobotSuiteResult.getAllFailedCases()
Get all failed cases in this suite and its child suites |
List<RobotCaseResult> |
RobotResult.getAllFailedCases()
Get all failed test cases related to result. |
Collection<RobotCaseResult> |
RobotSuiteResult.getCaseResults()
Get all case results belonging to this suite |
| Methods in hudson.plugins.robot.model with parameters of type RobotCaseResult | |
|---|---|
void |
RobotSuiteResult.addCaseResult(RobotCaseResult caseResult)
Adds a test case result to this suite. |
| Method parameters in hudson.plugins.robot.model with type arguments of type RobotCaseResult | |
|---|---|
void |
RobotSuiteResult.addCaseResults(Collection<RobotCaseResult> newCaseResults)
If cases with same name exist, the originals are kept |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||