hudson.plugins.javancss
クラス JavaNCSSBuildIndividualReport

java.lang.Object
  上位を拡張 hudson.plugins.helpers.AbstractBuildAction<T>
      上位を拡張 hudson.plugins.javancss.AbstractBuildReport<hudson.model.AbstractBuild<?,?>>
          上位を拡張 hudson.plugins.javancss.JavaNCSSBuildIndividualReport
すべての実装されたインタフェース:
hudson.maven.AggregatableAction, hudson.model.Action, hudson.model.HealthReportingAction, hudson.model.ModelObject, Serializable

public class JavaNCSSBuildIndividualReport
extends AbstractBuildReport<hudson.model.AbstractBuild<?,?>>
implements hudson.maven.AggregatableAction

TODO javadoc.

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

コンストラクタの概要
JavaNCSSBuildIndividualReport(Collection<Statistic> results)
           
 
メソッドの概要
 hudson.maven.MavenAggregatedReport createAggregatedAction(hudson.maven.MavenModuleSetBuild build, Map<hudson.maven.MavenModule,List<hudson.maven.MavenBuild>> moduleBuilds)
          
 hudson.model.HealthReport getBuildHealth()
          
 void setBuild(hudson.model.AbstractBuild<?,?> build)
          Write-once setter for property 'build'.
 void setBuildHealth(hudson.model.HealthReport healthReport)
           
 
クラス hudson.plugins.javancss.AbstractBuildReport から継承されたメソッド
doGraph, getDisplayName, getGraphHeight, getGraphName, getGraphWidth, getIconFileName, getResults, getSummary, getTotals, getUrlName, isGraphActive, populateDataSetBuilder
 
クラス hudson.plugins.helpers.AbstractBuildAction から継承されたメソッド
getBuild, isFloatingBoxActive
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース hudson.model.Action から継承されたメソッド
getDisplayName, getIconFileName, getUrlName
 

コンストラクタの詳細

JavaNCSSBuildIndividualReport

public JavaNCSSBuildIndividualReport(Collection<Statistic> results)
メソッドの詳細

setBuild

public void setBuild(hudson.model.AbstractBuild<?,?> build)
Write-once setter for property 'build'.

オーバーライド:
クラス AbstractBuildAction<hudson.model.AbstractBuild<?,?>> 内の setBuild
パラメータ:
build - The value to set the build to.

createAggregatedAction

public hudson.maven.MavenAggregatedReport createAggregatedAction(hudson.maven.MavenModuleSetBuild build,
                                                                 Map<hudson.maven.MavenModule,List<hudson.maven.MavenBuild>> moduleBuilds)

定義:
インタフェース hudson.maven.AggregatableAction 内の createAggregatedAction

getBuildHealth

public hudson.model.HealthReport getBuildHealth()

定義:
インタフェース hudson.model.HealthReportingAction 内の getBuildHealth

setBuildHealth

public void setBuildHealth(hudson.model.HealthReport healthReport)


Copyright © 2004-2011. All Rights Reserved.