Uses of Class
org.jenkinsci.plugins.valgrind.ValgrindBuilder.LeakCheckLevel

Packages that use ValgrindBuilder.LeakCheckLevel
org.jenkinsci.plugins.valgrind   
 

Uses of ValgrindBuilder.LeakCheckLevel in org.jenkinsci.plugins.valgrind
 

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

Constructors in org.jenkinsci.plugins.valgrind with parameters of type ValgrindBuilder.LeakCheckLevel
ValgrindBuilder(String valgrindExecutable, String workingDirectory, String includePattern, String outputDirectory, String outputFileEnding, boolean showReachable, boolean undefinedValueErrors, ValgrindBuilder.LeakCheckLevel leakCheckLevel, String programOptions, String valgrindOptions, boolean trackOrigins)
           
 



Copyright © 2004-2012. All Rights Reserved.