|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |