hudson.plugins.cobertura
Class CoberturaPublisherTarget

java.lang.Object
  extended by hudson.plugins.cobertura.CoberturaPublisherTarget

public final class CoberturaPublisherTarget
extends Object

TODO javadoc.

Since:
28-Aug-2007 09:51:26
Author:
Stephen Connolly

Field Summary
static org.apache.commons.beanutils.Converter CONVERTER
           
 
Constructor Summary
CoberturaPublisherTarget()
          Constructs a new CoberturaPublisherTarget.
CoberturaPublisherTarget(CoverageMetric metric, Float healthy, Float unhealthy, Float unstable)
           
 
Method Summary
 Float getHealthy()
          Getter for property 'healthy'.
 CoverageMetric getMetric()
          Getter for property 'metric'.
 Float getUnhealthy()
          Getter for property 'unhealthy'.
 Float getUnstable()
          Getter for property 'unstable'.
 void setHealthy(Float healthy)
          Setter for property 'healthy'.
 void setMetric(CoverageMetric metric)
          Setter for property 'metric'.
 void setUnhealthy(Float unhealthy)
          Setter for property 'unhealthy'.
 void setUnstable(Float unstable)
          Setter for property 'unstable'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONVERTER

public static final org.apache.commons.beanutils.Converter CONVERTER
Constructor Detail

CoberturaPublisherTarget

public CoberturaPublisherTarget()
Constructs a new CoberturaPublisherTarget.


CoberturaPublisherTarget

public CoberturaPublisherTarget(CoverageMetric metric,
                                Float healthy,
                                Float unhealthy,
                                Float unstable)
Parameters:
metric -
healthy -
unhealthy -
unstable -
Method Detail

getMetric

public CoverageMetric getMetric()
Getter for property 'metric'.

Returns:
Value for property 'metric'.

setMetric

public void setMetric(CoverageMetric metric)
Setter for property 'metric'.

Parameters:
metric - Value to set for property 'metric'.

getHealthy

public Float getHealthy()
Getter for property 'healthy'.

Returns:
Value for property 'healthy'.

setHealthy

public void setHealthy(Float healthy)
Setter for property 'healthy'.

Parameters:
healthy - Value to set for property 'healthy'.

getUnhealthy

public Float getUnhealthy()
Getter for property 'unhealthy'.

Returns:
Value for property 'unhealthy'.

setUnhealthy

public void setUnhealthy(Float unhealthy)
Setter for property 'unhealthy'.

Parameters:
unhealthy - Value to set for property 'unhealthy'.

getUnstable

public Float getUnstable()
Getter for property 'unstable'.

Returns:
Value for property 'unstable'.

setUnstable

public void setUnstable(Float unstable)
Setter for property 'unstable'.

Parameters:
unstable - Value to set for property 'unstable'.


Copyright © 2004-2012 Hudson. All Rights Reserved.