hudson.plugins.javancss
クラス AbstractProjectReport<T extends hudson.model.AbstractProject<?,?>>

java.lang.Object
  上位を拡張 hudson.model.AbstractModelObject
      上位を拡張 hudson.model.Actionable
          上位を拡張 hudson.plugins.helpers.AbstractProjectAction<T>
              上位を拡張 hudson.plugins.javancss.AbstractProjectReport<T>
すべての実装されたインタフェース:
hudson.model.Action, hudson.model.ModelObject, hudson.model.ProminentProjectAction, hudson.search.SearchableModelObject, hudson.search.SearchItem
直系の既知のサブクラス:
JavaNCSSProjectAggregatedReport, JavaNCSSProjectIndividualReport

public abstract class AbstractProjectReport<T extends hudson.model.AbstractProject<?,?>>
extends AbstractProjectAction<T>
implements hudson.model.ProminentProjectAction

TODO javadoc.

導入されたバージョン:
09-Jan-2008 21:22:45
作成者:
Stephen Connolly

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

コンストラクタの詳細

AbstractProjectReport

public AbstractProjectReport(T project)
メソッドの詳細

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'.

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

getUrlName

public String getUrlName()

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

getSearchUrl

public String getSearchUrl()

定義:
インタフェース hudson.search.SearchItem 内の getSearchUrl

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.

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

getResults

public Collection<Statistic> getResults()
Returns the latest results.

戻り値:
Value for property 'graphAvailable'.

getTotals

public Statistic getTotals()
Returns the latest totals.

戻り値:
Value for property 'graphAvailable'.

getBuildActionClass

protected abstract Class<? extends AbstractBuildReport> getBuildActionClass()

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.