|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.AbstractModelObject
hudson.model.Actionable
hudson.plugins.helpers.AbstractProjectAction<T>
hudson.plugins.cppncss.AbstractProjectReport<T>
public abstract class AbstractProjectReport<T extends hudson.model.AbstractProject<?,?>>
TODO javadoc.
| Constructor Summary | |
|---|---|
AbstractProjectReport(T project,
java.lang.Integer functionCcnViolationThreshold,
java.lang.Integer functionNcssViolationThreshold)
|
|
| 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. |
protected abstract java.lang.Class<? extends AbstractBuildReport> |
getBuildActionClass()
|
java.lang.String |
getDisplayName()
|
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()
Returns the latest results. |
java.lang.String |
getSearchUrl()
|
StatisticsTotalResult |
getTotals()
Returns the latest totals. |
java.lang.String |
getUrlName()
|
boolean |
isGraphActive()
Returns true if there is a graph to plot. |
| Methods inherited from class hudson.plugins.helpers.AbstractProjectAction |
|---|
getFunctionCcnViolationThreshold, getFunctionNcssViolationThreshold, getProject, isFloatingBoxActive |
| Methods inherited from class hudson.model.Actionable |
|---|
addAction, getAction, getAction, getActions, getActions, getDynamic |
| Methods inherited from class hudson.model.AbstractModelObject |
|---|
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractProjectReport(T project,
java.lang.Integer functionCcnViolationThreshold,
java.lang.Integer functionNcssViolationThreshold)
| Method Detail |
|---|
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 AbstractProjectAction<T extends hudson.model.AbstractProject<?,?>>public java.lang.String getUrlName()
getUrlName in interface hudson.model.Actionpublic java.lang.String getSearchUrl()
getSearchUrl in interface hudson.search.SearchItem
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 AbstractProjectAction<T extends hudson.model.AbstractProject<?,?>>public StatisticsResult getResults()
public StatisticsTotalResult getTotals()
protected abstract java.lang.Class<? extends AbstractBuildReport> getBuildActionClass()
public int getGraphWidth()
public int getGraphHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||