| Package | Description |
|---|---|
| hudson.plugins.robot | |
| hudson.plugins.robot.graph | |
| hudson.plugins.robot.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatedRobotAction.AggregatedRobotResult |
| Modifier and Type | Method and Description |
|---|---|
RobotTestObject |
RobotBuildAction.findObjectById(String id)
Find test object from the results object tree
|
| Modifier and Type | Method and Description |
|---|---|
static hudson.util.Graph |
RobotGraphHelper.createDataSetForTestObject(RobotTestObject rootObject,
boolean significantData,
boolean binarydata)
Create a pass/fail trend graph.
|
static hudson.util.Graph |
RobotGraphHelper.createDurationGraphForTestObject(RobotTestObject rootObject)
Create a duration trend graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RobotCaseResult |
class |
RobotResult
Class representing Robot Framework test results.
|
class |
RobotSuiteResult |
| Modifier and Type | Method and Description |
|---|---|
RobotTestObject |
RobotSuiteResult.findObjectById(String id)
Get object by path in tree
|
RobotTestObject |
RobotResult.findObjectById(String id)
Find a testobject in the result tree with id-path
|
abstract RobotTestObject |
RobotTestObject.getParent() |
RobotTestObject |
RobotSuiteResult.getParent()
Get the parent object of this suite in tree
|
RobotTestObject |
RobotResult.getParent() |
RobotTestObject |
RobotCaseResult.getParent() |
abstract RobotTestObject |
RobotTestObject.getPreviousResult() |
RobotTestObject |
RobotTestObject.getResultInBuild(hudson.model.AbstractBuild<?,?> build)
Get the corresponding result object from a given build
|
| Modifier and Type | Method and Description |
|---|---|
String |
RobotTestObject.getDurationDiff(RobotTestObject comparable)
Get difference in of duration to given test object
|
String |
RobotTestObject.getRelativeId(RobotTestObject thisObject)
Get path in tree relative to given TestObject
|
String |
RobotTestObject.getRelativePackageName(RobotTestObject thisObject)
Generates the full packagename
|
void |
RobotSuiteResult.setParent(RobotTestObject parent) |
Copyright © 2004-2014. All Rights Reserved.