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

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

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

Methods in org.jenkinsci.plugins.valgrind.model that return ValgrindErrorKind
 ValgrindErrorKind ValgrindError.getKind()
           
static ValgrindErrorKind ValgrindErrorKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValgrindErrorKind[] ValgrindErrorKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jenkinsci.plugins.valgrind.model with parameters of type ValgrindErrorKind
 int ValgrindReport.getErrorCountByKind(ValgrindErrorKind valgrindErrorKind)
           
 int ValgrindReport.getErrorCountByKindAndExecutable(ValgrindErrorKind valgrindErrorKind, String executable)
           
 List<ValgrindError> ValgrindReport.getErrorsByKind(ValgrindErrorKind valgrindErrorKind)
           
 int ValgrindReport.getLeakedBytes(ValgrindErrorKind kind, String executable)
           
 void ValgrindError.setKind(ValgrindErrorKind kind)
           
 



Copyright © 2004-2012. All Rights Reserved.