public final class WindowsBatchScript extends FileMonitoringTask
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsBatchScript.DescriptorImpl |
FileMonitoringTask.FileMonitoringController| Constructor and Description |
|---|
WindowsBatchScript(String script) |
| Modifier and Type | Method and Description |
|---|---|
protected FileMonitoringTask.FileMonitoringController |
doLaunch(hudson.FilePath ws,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.EnvVars envVars)
Should start a process which sends output to log file
in the workspace and finally writes its exit code to result file.
|
String |
getScript() |
launch, launchWithCookiegetDescriptor@DataBoundConstructor public WindowsBatchScript(String script)
public String getScript()
protected FileMonitoringTask.FileMonitoringController doLaunch(hudson.FilePath ws, hudson.Launcher launcher, hudson.model.TaskListener listener, hudson.EnvVars envVars) throws IOException, InterruptedException
FileMonitoringTaskdoLaunch in class FileMonitoringTaskws - the workspace to uselauncher - a way to launch processeslistener - build console logenvVars - recommended environment for the subprocessIOExceptionInterruptedExceptionCopyright © 2004-2015. All Rights Reserved.