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