Uses of Class
org.jenkinsci.plugins.durabletask.FileMonitoringTask.FileMonitoringController
Packages that use FileMonitoringTask.FileMonitoringController
-
Uses of FileMonitoringTask.FileMonitoringController in org.jenkinsci.plugins.durabletask
Methods in org.jenkinsci.plugins.durabletask that return FileMonitoringTask.FileMonitoringControllerModifier 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) Methods in org.jenkinsci.plugins.durabletask with parameters of type FileMonitoringTask.FileMonitoringControllerModifier 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.