|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.cobertura.CoberturaPublisherTarget
public final class CoberturaPublisherTarget
TODO javadoc.
| 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 |
|---|
public static final org.apache.commons.beanutils.Converter CONVERTER
| Constructor Detail |
|---|
public CoberturaPublisherTarget()
public CoberturaPublisherTarget(CoverageMetric metric,
Float healthy,
Float unhealthy,
Float unstable)
metric - healthy - unhealthy - unstable - | Method Detail |
|---|
public CoverageMetric getMetric()
public void setMetric(CoverageMetric metric)
metric - Value to set for property 'metric'.public Float getHealthy()
public void setHealthy(Float healthy)
healthy - Value to set for property 'healthy'.public Float getUnhealthy()
public void setUnhealthy(Float unhealthy)
unhealthy - Value to set for property 'unhealthy'.public Float getUnstable()
public void setUnstable(Float unstable)
unstable - Value to set for property 'unstable'.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||