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