public class ValgrindCall extends Object
Constructor and Description |
---|
ValgrindCall() |
Modifier and Type | Method and Description |
---|---|
void |
addCustomValgrindOption(String option) |
void |
addCustomValgrindOptions(String... options) |
void |
addProgramArguments(String... arguments) |
void |
addValgrindOption(ValgrindOption option) |
int |
exec(hudson.model.TaskListener listener,
hudson.Launcher launcher,
ByteArrayOutputStream stdout,
ByteArrayOutputStream stderr) |
void |
setEnv(hudson.EnvVars env) |
void |
setProgramName(String programName) |
void |
setValgrindExecutable(ValgrindExecutable valgrindExecutable) |
void |
setWorkingDirectory(hudson.FilePath workingDirectory) |
public void setValgrindExecutable(ValgrindExecutable valgrindExecutable)
public void setEnv(hudson.EnvVars env)
public void setProgramName(String programName)
public void setWorkingDirectory(hudson.FilePath workingDirectory)
public void addValgrindOption(ValgrindOption option)
public void addCustomValgrindOptions(String... options)
public void addCustomValgrindOption(String option)
public void addProgramArguments(String... arguments)
public int exec(hudson.model.TaskListener listener, hudson.Launcher launcher, ByteArrayOutputStream stdout, ByteArrayOutputStream stderr) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2016–2018. All rights reserved.