hudson.plugins.ccm.parser
Class Ccm
java.lang.Object
hudson.plugins.ccm.parser.Ccm
public class Ccm
- extends Object
Entity used by CCMParser to represent the root node of CCM results
file.
- Since:
- 1.0
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
|
Constructor Summary |
Ccm()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ccm
public Ccm()
getMetrics
public List<Metric> getMetrics()
setMetrics
public void setMetrics(List<Metric> metrics)
addMetric
public void addMetric(Metric metric)
Copyright © 2010-2012 Jenkins. All Rights Reserved.