Uses of Class
com.thalesgroup.hudson.plugins.cppcheck.model.CppcheckFile

Packages that use CppcheckFile
com.thalesgroup.hudson.plugins.cppcheck   
com.thalesgroup.hudson.plugins.cppcheck.model   
 

Uses of CppcheckFile in com.thalesgroup.hudson.plugins.cppcheck
 

Methods in com.thalesgroup.hudson.plugins.cppcheck that return types with arguments of type CppcheckFile
 java.util.List<CppcheckFile> CppcheckReport.getErrorSeverities()
           
 java.util.List<CppcheckFile> CppcheckReport.getEverySeverities()
           
 java.util.List<CppcheckFile> CppcheckReport.getNoCategorySeverities()
           
 java.util.List<CppcheckFile> CppcheckReport.getPossibleErrorSeverities()
           
 java.util.List<CppcheckFile> CppcheckReport.getPossibleStyleSeverities()
           
 java.util.List<CppcheckFile> CppcheckReport.getStyleSeverities()
           
 

Method parameters in com.thalesgroup.hudson.plugins.cppcheck with type arguments of type CppcheckFile
 void CppcheckReport.setErrorSeverities(java.util.List<CppcheckFile> errorSeverities)
           
 void CppcheckReport.setEverySeverities(java.util.List<CppcheckFile> everySeverities)
           
 void CppcheckReport.setNoCategorySeverities(java.util.List<CppcheckFile> noCategorySeverities)
           
 void CppcheckReport.setPossibleErrorSeverities(java.util.List<CppcheckFile> possibleErrorSeverities)
           
 void CppcheckReport.setPossibleStyleSeverities(java.util.List<CppcheckFile> possibleStyleSeverities)
           
 void CppcheckReport.setStyleSeverities(java.util.List<CppcheckFile> styleSeverities)
           
 

Uses of CppcheckFile in com.thalesgroup.hudson.plugins.cppcheck.model
 

Methods in com.thalesgroup.hudson.plugins.cppcheck.model that return CppcheckFile
 CppcheckFile CppcheckWorkspaceFile.getCppcheckFile()
           
 

Methods in com.thalesgroup.hudson.plugins.cppcheck.model with parameters of type CppcheckFile
 void CppcheckWorkspaceFile.setCppcheckFile(CppcheckFile cppcheckFile)
           
 

Constructor parameters in com.thalesgroup.hudson.plugins.cppcheck.model with type arguments of type CppcheckFile
CppcheckSourceContainer(hudson.model.BuildListener listener, hudson.FilePath basedir, java.util.List<CppcheckFile> files)
           
 



Copyright © 2009. All Rights Reserved.