Uses of Class
org.jenkinsci.plugins.valgrind.model.ValgrindError

Packages that use ValgrindError
org.jenkinsci.plugins.valgrind   
org.jenkinsci.plugins.valgrind.model   
 

Uses of ValgrindError in org.jenkinsci.plugins.valgrind
 

Methods in org.jenkinsci.plugins.valgrind that return ValgrindError
 ValgrindError ValgrindDetail.getError()
           
 

Methods in org.jenkinsci.plugins.valgrind with parameters of type ValgrindError
 void ValgrindDetail.setError(ValgrindError error)
           
 

Uses of ValgrindError in org.jenkinsci.plugins.valgrind.model
 

Methods in org.jenkinsci.plugins.valgrind.model that return ValgrindError
 ValgrindError ValgrindReport.findError(String executable, String id)
           
 

Methods in org.jenkinsci.plugins.valgrind.model that return types with arguments of type ValgrindError
 List<ValgrindError> ValgrindReport.getAllErrors()
           
 List<ValgrindError> ValgrindReport.getErrorsByKind(ValgrindErrorKind valgrindErrorKind)
           
 List<ValgrindError> ValgrindReport.getInvalidFreeErrors()
           
 List<ValgrindError> ValgrindReport.getInvalidReadErrors()
           
 List<ValgrindError> ValgrindReport.getInvalidWriteErrors()
           
 List<ValgrindError> ValgrindReport.getLeakDefinitelyLostErrors()
           
 List<ValgrindError> ValgrindReport.getLeakIndirectlyLostErrors()
           
 List<ValgrindError> ValgrindReport.getLeakPossiblyLostErrors()
           
 List<ValgrindError> ValgrindReport.getLeakStillReachableErrors()
           
 List<ValgrindError> ValgrindReport.getMismatchedFreeErrors()
           
 List<ValgrindError> ValgrindReport.getOverlapErrors()
           
 List<ValgrindError> ValgrindReport.getSyscallParamErrors()
           
 List<ValgrindError> ValgrindReport.getUninitializedConditionErrors()
           
 List<ValgrindError> ValgrindReport.getUninitializedValueErrors()
           
 

Methods in org.jenkinsci.plugins.valgrind.model with parameters of type ValgrindError
 void ValgrindReport.addError(ValgrindError error)
           
 



Copyright © 2004-2012. All Rights Reserved.