|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objecthudson.plugins.helpers.AbstractBuildAction<T>
hudson.plugins.javancss.AbstractBuildReport<T>
public abstract class AbstractBuildReport<T extends hudson.model.AbstractBuild<?,?>>
TODO javadoc.
コンストラクタの概要 | |
---|---|
AbstractBuildReport(Collection<Statistic> results)
Constructs a new AbstractBuildReport. |
メソッドの概要 | |
---|---|
void |
doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Generates the graph that shows the coverage trend up to this report. |
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()
|
String |
getSummary()
The summary of this build report for display on the build index page. |
Statistic |
getTotals()
|
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.AbstractBuildAction から継承されたメソッド |
---|
getBuild, isFloatingBoxActive, setBuild |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース hudson.model.HealthReportingAction から継承されたメソッド |
---|
getBuildHealth |
コンストラクタの詳細 |
---|
public AbstractBuildReport(Collection<Statistic> results)
メソッドの詳細 |
---|
public Collection<Statistic> getResults()
public Statistic getTotals()
public String getSummary()
AbstractBuildAction<T extends hudson.model.AbstractBuild<?,?>>
内の getSummary
public String getIconFileName()
hudson.model.Action
内の getIconFileName
public String getDisplayName()
hudson.model.Action
内の getDisplayName
hudson.model.ModelObject
内の getDisplayName
public String getGraphName()
AbstractBuildAction<T extends hudson.model.AbstractBuild<?,?>>
内の getGraphName
public String getUrlName()
hudson.model.Action
内の getUrlName
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.
AbstractBuildAction<T extends hudson.model.AbstractBuild<?,?>>
内の isGraphActive
protected void populateDataSetBuilder(hudson.util.DataSetBuilder<String,hudson.util.ChartUtil.NumberOnlyBuildLabel> dataset)
public int getGraphWidth()
public int getGraphHeight()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |