Uses of Class
org.jenkinsci.plugins.durabletask.FileMonitoringTask.FileMonitoringController
-
Uses of FileMonitoringTask.FileMonitoringController in org.jenkinsci.plugins.durabletask
Modifier and TypeMethodDescriptionFileMonitoringTask.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.PowershellScript.doLaunch
(FilePath ws, Launcher launcher, TaskListener listener, EnvVars envVars) WindowsBatchScript.doLaunch
(FilePath ws, Launcher launcher, TaskListener listener, EnvVars envVars) BourneShellScript.launchWithCookie
(FilePath ws, Launcher launcher, TaskListener listener, EnvVars envVars, String cookieVariable, String cookieValue) FileMonitoringTask.launchWithCookie
(FilePath workspace, Launcher launcher, TaskListener listener, EnvVars envVars, String cookieVariable, String cookieValue) Modifier and TypeMethodDescriptionprotected 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.