|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.cobertura.CoberturaBuildAction
public class CoberturaBuildAction
Created by IntelliJ IDEA.
| Method Summary | |
|---|---|
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()
|
CoberturaBuildAction |
getPreviousResult()
Getter for property 'previousResult'. |
CoverageResult |
getResult()
Obtains the detailed CoverageResult instance. |
Object |
getTarget()
|
String |
getUrlName()
|
static CoberturaBuildAction |
load(hudson.model.AbstractBuild<?,?> build,
CoverageResult result,
CoverageTarget healthyTarget,
CoverageTarget unhealthyTarget,
boolean onlyStable,
boolean failUnhealthy,
boolean failUnstable,
boolean autoUpdateHealth,
boolean autoUpdateStability)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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 Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxypublic CoberturaBuildAction getPreviousResult()
public CoverageResult getResult()
CoverageResult instance.
public static CoberturaBuildAction load(hudson.model.AbstractBuild<?,?> build,
CoverageResult result,
CoverageTarget healthyTarget,
CoverageTarget unhealthyTarget,
boolean onlyStable,
boolean failUnhealthy,
boolean failUnstable,
boolean autoUpdateHealth,
boolean autoUpdateStability)
public void doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||