|
||||||||||
| 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()
|
java.lang.String |
getDisplayName()
|
java.lang.String |
getIconFileName()
|
CoberturaBuildAction |
getPreviousResult()
Getter for property 'previousResult'. |
CoverageResult |
getResult()
Obtains the detailed CoverageResult instance. |
java.lang.Object |
getTarget()
|
java.lang.String |
getUrlName()
|
static CoberturaBuildAction |
load(hudson.model.AbstractBuild<?,?> build,
CoverageResult result,
CoverageTarget healthyTarget,
CoverageTarget unhealthyTarget,
boolean onlyStable)
|
| 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 java.lang.String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic java.lang.String getUrlName()
getUrlName in interface hudson.model.Actionpublic java.lang.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)
public void doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||