|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objecthudson.model.AbstractModelObject
hudson.model.Actionable
hudson.plugins.helpers.AbstractProjectAction<T>
hudson.plugins.javancss.AbstractProjectReport<T>
public abstract class AbstractProjectReport<T extends hudson.model.AbstractProject<?,?>>
TODO javadoc.
コンストラクタの概要 | |
---|---|
AbstractProjectReport(T project)
|
メソッドの概要 | |
---|---|
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 Class<? extends AbstractBuildReport> |
getBuildActionClass()
|
String |
getDisplayName()
|
int |
getGraphHeight()
Getter for property 'graphHeight'. |
String |
getGraphName()
Getter for property 'graphName'. |
int |
getGraphWidth()
Getter for property 'graphWidth'. |
String |
getIconFileName()
|
Collection<Statistic> |
getResults()
Returns the latest results. |
String |
getSearchUrl()
|
Statistic |
getTotals()
Returns the latest totals. |
String |
getUrlName()
|
boolean |
isGraphActive()
Returns true if there is a graph to plot. |
protected void |
populateDataSetBuilder(hudson.util.DataSetBuilder<String,hudson.util.ChartUtil.NumberOnlyBuildLabel> dataset)
|
クラス hudson.plugins.helpers.AbstractProjectAction から継承されたメソッド |
---|
getProject, isFloatingBoxActive |
クラス hudson.model.Actionable から継承されたメソッド |
---|
addAction, getAction, getAction, getActions, getActions, getDynamic |
クラス hudson.model.AbstractModelObject から継承されたメソッド |
---|
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public AbstractProjectReport(T project)
メソッドの詳細 |
---|
public String getIconFileName()
hudson.model.Action
内の getIconFileName
public String getDisplayName()
hudson.model.Action
内の getDisplayName
hudson.model.ModelObject
内の getDisplayName
public String getGraphName()
AbstractProjectAction<T extends hudson.model.AbstractProject<?,?>>
内の getGraphName
public String getUrlName()
hudson.model.Action
内の getUrlName
public String getSearchUrl()
hudson.search.SearchItem
内の getSearchUrl
public void doGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
IOException
public boolean isGraphActive()
true
if there is a graph to plot.
AbstractProjectAction<T extends hudson.model.AbstractProject<?,?>>
内の isGraphActive
public Collection<Statistic> getResults()
public Statistic getTotals()
protected abstract Class<? extends AbstractBuildReport> getBuildActionClass()
protected void populateDataSetBuilder(hudson.util.DataSetBuilder<String,hudson.util.ChartUtil.NumberOnlyBuildLabel> dataset)
public int getGraphWidth()
public int getGraphHeight()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |