public class CLIRunner extends Object
| Constructor and Description |
|---|
CLIRunner(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
CLIRunner(hudson.model.Run<?,?> build,
hudson.FilePath ws,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(hudson.util.ArgumentListBuilder args,
Map<String,String> environment) |
public CLIRunner(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
public CLIRunner(hudson.model.Run<?,?> build,
hudson.FilePath ws,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
public boolean execute(hudson.util.ArgumentListBuilder args,
Map<String,String> environment)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2004-2015. All Rights Reserved.