hudson.plugins.rubyMetrics.rcov.model
Class MetricTarget

java.lang.Object
  extended by hudson.plugins.rubyMetrics.rcov.model.MetricTarget

public class MetricTarget
extends java.lang.Object


Field Summary
static hudson.plugins.rubyMetrics.rcov.model.MetricTarget.TargetConverter CONVERTER
           
 
Constructor Summary
MetricTarget(Targets metric, java.lang.Integer healthy, java.lang.Integer unhealthy, java.lang.Integer unstable)
           
 
Method Summary
 java.lang.Integer getHealthy()
           
 Targets getMetric()
           
 java.lang.Integer getUnhealthy()
           
 java.lang.Integer getUnstable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONVERTER

public static final hudson.plugins.rubyMetrics.rcov.model.MetricTarget.TargetConverter CONVERTER
Constructor Detail

MetricTarget

public MetricTarget(Targets metric,
                    java.lang.Integer healthy,
                    java.lang.Integer unhealthy,
                    java.lang.Integer unstable)
Parameters:
metric -
healthy -
unhealthy -
unstable -
Method Detail

getMetric

public Targets getMetric()

getHealthy

public java.lang.Integer getHealthy()

getUnhealthy

public java.lang.Integer getUnhealthy()

getUnstable

public java.lang.Integer getUnstable()


Copyright © 2009. All Rights Reserved.