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 java.lang.Object
- implements hudson.model.HealthReportingAction, org.kohsuke.stapler.StaplerProxy
A health reporter for the individual build page.
- 導入されたバージョン:
- 03-Jul-2007 08:43:08
- 作成者:
- connollys
| クラス 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 java.lang.String getIconFileName()
- 定義:
- インタフェース
hudson.model.Action 内の getIconFileName
getDisplayName
public java.lang.String getDisplayName()
- 定義:
- インタフェース
hudson.model.Action 内の getDisplayName - 定義:
- インタフェース
hudson.model.ModelObject 内の getDisplayName
getUrlName
public java.lang.String getUrlName()
- 定義:
- インタフェース
hudson.model.Action 内の getUrlName
getTarget
public java.lang.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,
java.lang.String workspacePath,
ProjectCoverage result,
CoverageTarget healthyTarget,
CoverageTarget unhealthyTarget)
Copyright © 2004-2011. All Rights Reserved.