public class AggregatedRobotAction extends Object implements hudson.model.Action
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatedRobotAction.AggregatedRobotResult |
| Constructor and Description |
|---|
AggregatedRobotAction(hudson.matrix.MatrixBuild build) |
| Modifier and Type | Method and Description |
|---|---|
void |
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(hudson.model.Run run) |
double |
getCriticalPassPercentage() |
String |
getDisplayName() |
String |
getIconFileName() |
double |
getOverallPassPercentage() |
hudson.model.AbstractBuild |
getOwner() |
AggregatedRobotAction.AggregatedRobotResult |
getResult() |
String |
getUrlName() |
public AggregatedRobotAction(hudson.matrix.MatrixBuild build)
public void addResult(RobotResult result)
public AggregatedRobotAction.AggregatedRobotResult getResult()
public hudson.model.AbstractBuild getOwner()
public static RobotBuildAction getChildBuildAction(hudson.model.Run run)
public double getOverallPassPercentage()
public double getCriticalPassPercentage()
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic void doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
req - rsp - IOExceptionCopyright © 2004-2014. All Rights Reserved.