|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.helpers.AbstractBuildAction<T>
hudson.plugins.cppncss.AbstractBuildReport<T>
public abstract class AbstractBuildReport<T extends hudson.model.AbstractBuild<?,?>>
TODO javadoc.
| Constructor Summary | |
|---|---|
AbstractBuildReport(StatisticsResult results,
java.lang.Integer functionCcnViolationThreshold,
java.lang.Integer functionNcssViolationThreshold)
Constructs a new AbstractBuildReport. |
|
| 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. |
java.lang.String |
getDisplayName()
|
java.lang.Integer |
getFunctionCcnViolationThreshold()
|
java.lang.Integer |
getFunctionNcssViolationThreshold()
|
int |
getGraphHeight()
Getter for property 'graphHeight'. |
java.lang.String |
getGraphName()
Getter for property 'graphName'. |
int |
getGraphWidth()
Getter for property 'graphWidth'. |
java.lang.String |
getIconFileName()
|
StatisticsResult |
getResults()
|
java.lang.String |
getSummary()
The summary of this build report for display on the build index page. |
StatisticsTotalResult |
getTotals()
|
java.lang.String |
getUrlName()
|
boolean |
isGraphActive()
Returns true if there is a graph to plot. |
| Methods inherited from class hudson.plugins.helpers.AbstractBuildAction |
|---|
getBuild, isFloatingBoxActive, setBuild |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.model.HealthReportingAction |
|---|
getBuildHealth |
| Constructor Detail |
|---|
public AbstractBuildReport(StatisticsResult results,
java.lang.Integer functionCcnViolationThreshold,
java.lang.Integer functionNcssViolationThreshold)
| Method Detail |
|---|
public StatisticsResult getResults()
public StatisticsTotalResult getTotals()
public java.lang.Integer getFunctionCcnViolationThreshold()
public java.lang.Integer getFunctionNcssViolationThreshold()
public java.lang.String getSummary()
getSummary in class AbstractBuildAction<T extends hudson.model.AbstractBuild<?,?>>public 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 getGraphName()
getGraphName in class AbstractBuildAction<T extends hudson.model.AbstractBuild<?,?>>public java.lang.String getUrlName()
getUrlName in interface hudson.model.Action
public void doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException
java.io.IOExceptionpublic boolean isGraphActive()
true if there is a graph to plot.
isGraphActive in class AbstractBuildAction<T extends hudson.model.AbstractBuild<?,?>>public int getGraphWidth()
public int getGraphHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||