hudson.plugins.javancss
クラス AbstractBuildReport<T extends hudson.model.AbstractBuild<?,?>>

java.lang.Object
  上位を拡張 hudson.plugins.helpers.AbstractBuildAction<T>
      上位を拡張 hudson.plugins.javancss.AbstractBuildReport<T>
すべての実装されたインタフェース:
hudson.model.Action, hudson.model.HealthReportingAction, hudson.model.ModelObject, Serializable
直系の既知のサブクラス:
JavaNCSSBuildAggregatedReport, JavaNCSSBuildIndividualReport

public abstract class AbstractBuildReport<T extends hudson.model.AbstractBuild<?,?>>
extends AbstractBuildAction<T>
implements hudson.model.HealthReportingAction

TODO javadoc.

導入されたバージョン:
09-Jan-2008 21:19:37
作成者:
Stephen Connolly
関連項目:
直列化された形式

コンストラクタの概要
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
 

コンストラクタの詳細

AbstractBuildReport

public AbstractBuildReport(Collection<Statistic> results)
Constructs a new AbstractBuildReport.

メソッドの詳細

getResults

public Collection<Statistic> getResults()

getTotals

public Statistic getTotals()

getSummary

public String getSummary()
The summary of this build report for display on the build index page.

オーバーライド:
クラス AbstractBuildAction<T extends hudson.model.AbstractBuild<?,?>> 内の getSummary
戻り値:

getIconFileName

public String getIconFileName()

定義:
インタフェース hudson.model.Action 内の getIconFileName

getDisplayName

public String getDisplayName()

定義:
インタフェース hudson.model.Action 内の getDisplayName
定義:
インタフェース hudson.model.ModelObject 内の getDisplayName

getGraphName

public String getGraphName()
Getter for property 'graphName'.

オーバーライド:
クラス AbstractBuildAction<T extends hudson.model.AbstractBuild<?,?>> 内の getGraphName
戻り値:
Value for property 'graphName'.

getUrlName

public String getUrlName()

定義:
インタフェース hudson.model.Action 内の getUrlName

doGraph

public void doGraph(org.kohsuke.stapler.StaplerRequest req,
                    org.kohsuke.stapler.StaplerResponse rsp)
             throws IOException
Generates the graph that shows the coverage trend up to this report.

例外:
IOException

isGraphActive

public boolean isGraphActive()
Returns true if there is a graph to plot.

オーバーライド:
クラス AbstractBuildAction<T extends hudson.model.AbstractBuild<?,?>> 内の isGraphActive
戻り値:
Value for property 'graphAvailable'.

populateDataSetBuilder

protected void populateDataSetBuilder(hudson.util.DataSetBuilder<String,hudson.util.ChartUtil.NumberOnlyBuildLabel> dataset)

getGraphWidth

public int getGraphWidth()
Getter for property 'graphWidth'.

戻り値:
Value for property 'graphWidth'.

getGraphHeight

public int getGraphHeight()
Getter for property 'graphHeight'.

戻り値:
Value for property 'graphHeight'.


Copyright © 2004-2011. All Rights Reserved.