hudson.plugins.robot.model
Class RobotResultStatistics
java.lang.Object
hudson.plugins.robot.model.RobotResultStatistics
- All Implemented Interfaces:
- Serializable
public class RobotResultStatistics
- extends Object
- implements Serializable
Class representing a single testsuite/category.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RobotResultStatistics
public RobotResultStatistics()
getPass
public long getPass()
setPass
public void setPass(long pass)
getFail
public long getFail()
setFail
public void setFail(long fail)
getTotal
public long getTotal()
Copyright © 2004-2013. All Rights Reserved.