|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CppcheckFile | |
|---|---|
| com.thalesgroup.hudson.plugins.cppcheck | |
| Uses of CppcheckFile in com.thalesgroup.hudson.plugins.cppcheck |
|---|
| Methods in com.thalesgroup.hudson.plugins.cppcheck that return CppcheckFile | |
|---|---|
CppcheckFile |
CppcheckSource.getCppcheckFile()
|
| Methods in com.thalesgroup.hudson.plugins.cppcheck that return types with arguments of type CppcheckFile | |
|---|---|
java.util.List<CppcheckFile> |
CppcheckReport.getAllErrors()
|
java.util.List<CppcheckFile> |
CppcheckReport.getAllStyleErrors()
|
java.util.List<CppcheckFile> |
CppcheckReport.getErrorErrors()
|
java.util.List<CppcheckFile> |
CppcheckReport.getEveryErrors()
|
java.util.Map<java.lang.Integer,CppcheckFile> |
CppcheckReport.getInternalMap()
|
java.util.List<CppcheckFile> |
CppcheckReport.getNoCategoryErrors()
|
java.util.List<CppcheckFile> |
CppcheckReport.getStyleErrors()
|
| Method parameters in com.thalesgroup.hudson.plugins.cppcheck with type arguments of type CppcheckFile | |
|---|---|
void |
CppcheckReport.setAllErrors(java.util.List<CppcheckFile> allErrors)
|
void |
CppcheckReport.setAllStyleErrors(java.util.List<CppcheckFile> allStyleErrors)
|
void |
CppcheckReport.setErrorErrors(java.util.List<CppcheckFile> errorErrors)
|
void |
CppcheckReport.setEveryErrors(java.util.List<CppcheckFile> everyErrors)
|
void |
CppcheckReport.setInternalMap(java.util.Map<java.lang.Integer,CppcheckFile> internalMap)
|
void |
CppcheckReport.setNoCategoryErrors(java.util.List<CppcheckFile> noCategoryErrors)
|
void |
CppcheckReport.setStyleErrors(java.util.List<CppcheckFile> styleErrors)
|
| Constructors in com.thalesgroup.hudson.plugins.cppcheck with parameters of type CppcheckFile | |
|---|---|
CppcheckSource(hudson.model.AbstractBuild<?,?> owner,
CppcheckFile cppcheckFile)
Creates a new instance of this source code object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||