public class PitBuildAction extends Object implements hudson.model.HealthReportingAction, org.kohsuke.stapler.StaplerProxy
| Constructor and Description |
|---|
PitBuildAction(hudson.model.AbstractBuild<?,?> owner) |
| Modifier and Type | Method and Description |
|---|---|
void |
doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Generates the graph that shows the coverage trend up to this report.
|
hudson.model.HealthReport |
getBuildHealth() |
String |
getDisplayName() |
String |
getIconFileName() |
hudson.model.AbstractBuild<?,?> |
getOwner() |
PitBuildAction |
getPreviousAction() |
PitBuildAction |
getPreviousResult()
Getter for property 'previousResult'.
|
ProjectMutations |
getReport() |
Map<String,MutationReport> |
getReports() |
ProjectMutations |
getTarget() |
String |
getUrlName() |
public PitBuildAction getPreviousAction()
public hudson.model.AbstractBuild<?,?> getOwner()
public ProjectMutations getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxypublic ProjectMutations getReport()
public Map<String,MutationReport> getReports()
public PitBuildAction getPreviousResult()
public hudson.model.HealthReport getBuildHealth()
getBuildHealth in interface hudson.model.HealthReportingActionpublic 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
IOExceptionCopyright © 2004-2014. All Rights Reserved.