hudson.plugins.ccm.model
Class CCM

java.lang.Object
  extended by hudson.plugins.ccm.model.CCM
All Implemented Interfaces:
java.io.Serializable

public class CCM
extends java.lang.Object
implements java.io.Serializable

Entity used by CCMParser to represent the root node of CCM results file.

Since:
16/08/2010
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Constructor Summary
CCM()
           
 
Method Summary
 java.util.List<Metric> getMetrics()
           
 void setMetrics(java.util.List<Metric> metrics)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CCM

public CCM()
Method Detail

getMetrics

public java.util.List<Metric> getMetrics()

setMetrics

public void setMetrics(java.util.List<Metric> metrics)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.