com.thalesgroup.hudson.plugins.cppcheck
Class CppcheckReport

java.lang.Object
  extended by com.thalesgroup.hudson.plugins.cppcheck.CppcheckReport
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
CppcheckReport()
           
 
Method Summary
 java.util.List<CppcheckFile> getErrors()
           
 void setErrors(java.util.List<CppcheckFile> errors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CppcheckReport

public CppcheckReport()
Method Detail

getErrors

public java.util.List<CppcheckFile> getErrors()

setErrors

public void setErrors(java.util.List<CppcheckFile> errors)


Copyright © 2009. All Rights Reserved.