Package hudson.plugins.robot
Class AggregatedRobotAction.AggregatedRobotResult
java.lang.Object
hudson.model.AbstractModelObject
hudson.plugins.robot.model.RobotTestObject
hudson.plugins.robot.model.RobotResult
hudson.plugins.robot.AggregatedRobotAction.AggregatedRobotResult
- All Implemented Interfaces:
ModelObject,SearchableModelObject,SearchItem,Serializable
- Enclosing class:
- AggregatedRobotAction
- See Also:
-
Field Summary
Fields inherited from class hudson.plugins.robot.model.RobotTestObject
duration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddResult(RobotResult result) intlongGet number of all failed tests.longGet number of all passed tests.longGet number of all skipped tests.longGet number of all tests.getOwner()Return the build that this result belongs to.intintMethods inherited from class hudson.plugins.robot.model.RobotResult
addSuite, doReport, findObjectById, getAllCases, getAllFailedCases, getAllPassedCases, getAllSkippedCases, getAllSuites, getApi, getDescription, getDisplayName, getDuration, getDynamic, getExecutedSuites, getFailedCases, getName, getParent, getPassedCases, getPassPercentage, getPassPercentage, getSearchUrl, getSkippedCases, getSkipPercentage, getStatsByCategory, getSuite, getSuites, getTimeStamp, setStatsByCategory, setTimeStamp, tallyMethods inherited from class hudson.plugins.robot.model.RobotTestObject
doDurationGraph, doGraph, getDuplicateSafeName, getDurationDiff, getHasLog, getHasReport, getHumanReadableDuration, getId, getLogFile, getOldFormatName, getParentAction, getRelativeId, getRelativePackageName, getRelativeParent, getReportFile, getResultInBuild, isNeedToGenerate, setDuplicateSafeName, setId, setLogFile, setParentAction, setReportFile, urlEncodeMethods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError, sendError, sendError, sendError
-
Constructor Details
-
AggregatedRobotResult
-
-
Method Details
-
addResult
-
getOverallPassed
public long getOverallPassed()Description copied from class:RobotResultGet number of all passed tests.- Overrides:
getOverallPassedin classRobotResult- Returns:
- number of all passed tests
-
getOverallFailed
public long getOverallFailed()Description copied from class:RobotResultGet number of all failed tests.- Overrides:
getOverallFailedin classRobotResult- Returns:
- number of all failed tests
-
getOverallSkipped
public long getOverallSkipped()Description copied from class:RobotResultGet number of all skipped tests.- Overrides:
getOverallSkippedin classRobotResult- Returns:
- number of all skipped tests
-
getOverallTotal
public long getOverallTotal()Description copied from class:RobotResultGet number of all tests.- Overrides:
getOverallTotalin classRobotResult- Returns:
- number of all tests
-
getFailed
public int getFailed()- Overrides:
getFailedin classRobotResult
-
getPassed
public int getPassed()- Overrides:
getPassedin classRobotResult
-
getSkipped
public int getSkipped()- Overrides:
getSkippedin classRobotResult
-
getOwner
Description copied from class:RobotTestObjectReturn the build that this result belongs to.- Overrides:
getOwnerin classRobotTestObject- Returns:
- Build object. Null if no build.
-
getPreviousResult
- Overrides:
getPreviousResultin classRobotResult
-