Package hudson.plugins.robot
Class AggregatedRobotAction
java.lang.Object
hudson.plugins.robot.AggregatedRobotAction
- All Implemented Interfaces:
Action
,ModelObject
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addResult
(RobotResult result) void
doGraph
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Return robot trend graph in the request.static RobotBuildAction
getChildBuildAction
(Run run) double
double
getOwner()
-
Constructor Details
-
AggregatedRobotAction
public AggregatedRobotAction(hudson.matrix.MatrixBuild build)
-
-
Method Details
-
addResult
-
getResult
-
getOwner
-
getChildBuildAction
-
getOverallPassPercentage
public double getOverallPassPercentage() -
getCriticalPassPercentage
public double getCriticalPassPercentage() -
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
doGraph
public void doGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException Return robot trend graph in the request.- Parameters:
req
- The used StaplerRequestrsp
- The used StaplerResponse- Throws:
IOException
- thrown exception
-