hudson.plugins.cobertura
Class CoberturaPublisherTarget

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

public final class CoberturaPublisherTarget
extends java.lang.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, java.lang.Integer healthy, java.lang.Integer unhealthy, java.lang.Integer unstable)
           
 
Method Summary
 java.lang.Integer getHealthy()
          Getter for property 'healthy'.
 CoverageMetric getMetric()
          Getter for property 'metric'.
 java.lang.Integer getUnhealthy()
          Getter for property 'unhealthy'.
 java.lang.Integer getUnstable()
          Getter for property 'unstable'.
 void setHealthy(java.lang.Integer healthy)
          Setter for property 'healthy'.
 void setMetric(CoverageMetric metric)
          Setter for property 'metric'.
 void setUnhealthy(java.lang.Integer unhealthy)
          Setter for property 'unhealthy'.
 void setUnstable(java.lang.Integer 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,
                                java.lang.Integer healthy,
                                java.lang.Integer unhealthy,
                                java.lang.Integer 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 java.lang.Integer getHealthy()
Getter for property 'healthy'.

Returns:
Value for property 'healthy'.

setHealthy

public void setHealthy(java.lang.Integer healthy)
Setter for property 'healthy'.

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

getUnhealthy

public java.lang.Integer getUnhealthy()
Getter for property 'unhealthy'.

Returns:
Value for property 'unhealthy'.

setUnhealthy

public void setUnhealthy(java.lang.Integer unhealthy)
Setter for property 'unhealthy'.

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

getUnstable

public java.lang.Integer getUnstable()
Getter for property 'unstable'.

Returns:
Value for property 'unstable'.

setUnstable

public void setUnstable(java.lang.Integer unstable)
Setter for property 'unstable'.

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


Copyright © 2004-2011. All Rights Reserved.