| Package | Description |
|---|---|
| org.jenkinsci.plugins.durabletask |
| Modifier and Type | Method and Description |
|---|---|
protected FileMonitoringTask.FileMonitoringController |
FileMonitoringTask.doLaunch(FilePath workspace,
Launcher launcher,
TaskListener listener,
EnvVars envVars)
Should start a process which sends output to log file
in the workspace and finally writes its exit code to result file.
|
protected FileMonitoringTask.FileMonitoringController |
WindowsBatchScript.doLaunch(FilePath ws,
Launcher launcher,
TaskListener listener,
EnvVars envVars) |
protected FileMonitoringTask.FileMonitoringController |
PowershellScript.doLaunch(FilePath ws,
Launcher launcher,
TaskListener listener,
EnvVars envVars) |
protected FileMonitoringTask.FileMonitoringController |
FileMonitoringTask.launchWithCookie(FilePath workspace,
Launcher launcher,
TaskListener listener,
EnvVars envVars,
String cookieVariable,
String cookieValue) |
protected FileMonitoringTask.FileMonitoringController |
BourneShellScript.launchWithCookie(FilePath ws,
Launcher launcher,
TaskListener listener,
EnvVars envVars,
String cookieVariable,
String cookieValue) |
| Modifier and Type | Method and Description |
|---|---|
protected static FilePath |
FileMonitoringTask.requestBinary(FilePath nodeRoot,
AgentInfo agentInfo,
FilePath ws,
FileMonitoringTask.FileMonitoringController c)
Returns path of binary on agent.
|
protected static FilePath |
FileMonitoringTask.requestBinary(FilePath ws,
FileMonitoringTask.FileMonitoringController c)
Returns path of binary on agent.
|
Copyright © 2016–2022. All rights reserved.