|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RobotCaseResult | |
|---|---|
| hudson.plugins.robot.graph | |
| hudson.plugins.robot.model | |
| Uses of RobotCaseResult in hudson.plugins.robot.graph |
|---|
| Methods in hudson.plugins.robot.graph with parameters of type RobotCaseResult | |
|---|---|
static org.jfree.data.category.CategoryDataset |
RobotGraphHelper.createDurationDataSetForCase(RobotCaseResult caseResult)
|
static org.jfree.data.category.CategoryDataset |
RobotGraphHelper.createPassFailDataSetForCase(RobotCaseResult caseResult)
|
| Uses of RobotCaseResult in hudson.plugins.robot.model |
|---|
| Methods in hudson.plugins.robot.model that return RobotCaseResult | |
|---|---|
RobotCaseResult |
RobotSuiteResult.getCase(java.lang.String name)
Get case result by safe 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 | |
|---|---|
java.util.List<RobotCaseResult> |
RobotSuiteResult.getAllFailedCases()
Get all failed cases in this suite and its child suites |
java.util.List<RobotCaseResult> |
RobotResult.getAllFailedCases()
Get all failed test cases related to result. |
java.util.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(java.util.Collection<RobotCaseResult> newCaseResults)
If cases with same name exist, the originals are kept |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||