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> getAllErrors()
           
 java.util.List<CppcheckFile> getAllStyleErrors()
           
 java.util.List<CppcheckFile> getErrorErrors()
           
 java.util.List<CppcheckFile> getEveryErrors()
           
 java.util.Map<java.lang.Integer,CppcheckFile> getInternalMap()
           
 java.util.List<CppcheckFile> getNoCategoryErrors()
           
 int getNumberSeverityAll()
           
 int getNumberSeverityAllStyle()
           
 int getNumberSeverityErrors()
           
 int getNumberSeverityNoCategory()
           
 int getNumberSeverityStyle()
           
 int getNumberTotal()
           
 java.util.List<CppcheckFile> getStyleErrors()
           
 void setAllErrors(java.util.List<CppcheckFile> allErrors)
           
 void setAllStyleErrors(java.util.List<CppcheckFile> allStyleErrors)
           
 void setErrorErrors(java.util.List<CppcheckFile> errorErrors)
           
 void setEveryErrors(java.util.List<CppcheckFile> everyErrors)
           
 void setInternalMap(java.util.Map<java.lang.Integer,CppcheckFile> internalMap)
           
 void setNoCategoryErrors(java.util.List<CppcheckFile> noCategoryErrors)
           
 void setStyleErrors(java.util.List<CppcheckFile> styleErrors)
           
 
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

getEveryErrors

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

getAllErrors

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

getStyleErrors

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

getAllStyleErrors

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

getErrorErrors

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

setEveryErrors

public void setEveryErrors(java.util.List<CppcheckFile> everyErrors)

setAllErrors

public void setAllErrors(java.util.List<CppcheckFile> allErrors)

setStyleErrors

public void setStyleErrors(java.util.List<CppcheckFile> styleErrors)

setAllStyleErrors

public void setAllStyleErrors(java.util.List<CppcheckFile> allStyleErrors)

setErrorErrors

public void setErrorErrors(java.util.List<CppcheckFile> errorErrors)

getInternalMap

public java.util.Map<java.lang.Integer,CppcheckFile> getInternalMap()

setInternalMap

public void setInternalMap(java.util.Map<java.lang.Integer,CppcheckFile> internalMap)

getNoCategoryErrors

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

setNoCategoryErrors

public void setNoCategoryErrors(java.util.List<CppcheckFile> noCategoryErrors)

getNumberTotal

public int getNumberTotal()

getNumberSeverityAllStyle

public int getNumberSeverityAllStyle()

getNumberSeverityStyle

public int getNumberSeverityStyle()

getNumberSeverityErrors

public int getNumberSeverityErrors()

getNumberSeverityAll

public int getNumberSeverityAll()

getNumberSeverityNoCategory

public int getNumberSeverityNoCategory()


Copyright © 2009. All Rights Reserved.