org.jenkinsci.plugins.cloverphp
クラス CloverBuildAction

java.lang.Object
  上位を拡張 org.jenkinsci.plugins.cloverphp.CloverBuildAction
すべての実装されたインタフェース:
hudson.model.Action, hudson.model.HealthReportingAction, hudson.model.ModelObject, org.kohsuke.stapler.StaplerProxy

public class CloverBuildAction
extends Object
implements hudson.model.HealthReportingAction, org.kohsuke.stapler.StaplerProxy

A health reporter for the individual build page.

導入されたバージョン:
03-Jul-2007 08:43:08
作成者:
connollys

メソッドの概要
 hudson.model.HealthReport getBuildHealth()
           
 String getDisplayName()
           
 String getIconFileName()
           
 CloverBuildAction getPreviousResult()
           
 ProjectCoverage getResult()
          Obtains the detailed CoverageReport instance.
 Object getTarget()
           
 String getUrlName()
           
static CloverBuildAction load(hudson.model.AbstractBuild<?,?> build, String workspacePath, ProjectCoverage result, CoverageTarget healthyTarget, CoverageTarget unhealthyTarget)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getBuildHealth

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

getIconFileName

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

getDisplayName

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

getUrlName

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

getTarget

public Object getTarget()
定義:
インタフェース org.kohsuke.stapler.StaplerProxy 内の getTarget

getPreviousResult

public CloverBuildAction getPreviousResult()

getResult

public ProjectCoverage getResult()
Obtains the detailed CoverageReport instance.


load

public static CloverBuildAction load(hudson.model.AbstractBuild<?,?> build,
                                     String workspacePath,
                                     ProjectCoverage result,
                                     CoverageTarget healthyTarget,
                                     CoverageTarget unhealthyTarget)


Copyright © 2004-2011. All Rights Reserved.