hudson.plugins.helpers.health
クラス HealthTarget<M extends HealthMetric<OBSERVABLE>,OBSERVABLE>

java.lang.Object
  上位を拡張 hudson.plugins.helpers.health.HealthTarget<M,OBSERVABLE>
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
JavaNCSSHealthTarget

public abstract class HealthTarget<M extends HealthMetric<OBSERVABLE>,OBSERVABLE>
extends Object
implements Serializable

Created by IntelliJ IDEA. User: stephen Date: 17-Mar-2008 Time: 12:44:28

関連項目:
直列化された形式

コンストラクタの概要
HealthTarget(M metric, String healthy, String unhealthy, String unstable)
           
 
メソッドの概要
 hudson.model.HealthReport evaluateHealth(OBSERVABLE observable)
           
 hudson.model.Result evaluateStability(OBSERVABLE observable)
           
 Float getHealthy()
           
 M getMetric()
           
 Float getUnhealthy()
           
 Float getUnstable()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HealthTarget

@DataBoundConstructor
public HealthTarget(M metric,
                                         String healthy,
                                         String unhealthy,
                                         String unstable)
メソッドの詳細

getMetric

public M getMetric()

getHealthy

public Float getHealthy()

getUnhealthy

public Float getUnhealthy()

getUnstable

public Float getUnstable()

evaluateHealth

public hudson.model.HealthReport evaluateHealth(OBSERVABLE observable)

evaluateStability

public hudson.model.Result evaluateStability(OBSERVABLE observable)


Copyright © 2004-2011. All Rights Reserved.