hudson.plugins.rubyMetrics.rcov.model
Class MetricTarget
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONVERTER
public static final hudson.plugins.rubyMetrics.rcov.model.MetricTarget.TargetConverter CONVERTER
MetricTarget
public MetricTarget(Targets metric,
java.lang.Integer healthy,
java.lang.Integer unhealthy,
java.lang.Integer unstable)
- Parameters:
metric - healthy - unhealthy - unstable -
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.