Package org.jenkinsci.plugins.vmanager
Class InvokeExecutionTask
- All Implemented Interfaces:
FilePath.FileCallable<Void>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
- Author:
- tyanai
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvokeExecutionTask
(TaskListener listener, String executionScript, String executionShellLocation, String executionVsifFile, String buildId, int buildNumber, String[] command, FilePath filePath) -
Method Summary
Methods inherited from class jenkins.MasterToSlaveFileCallable
checkRoles
-
Constructor Details
-
InvokeExecutionTask
-
-
Method Details
-
invoke
public Void invoke(File f, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException - Specified by:
invoke
in interfaceFilePath.FileCallable<Void>
- Throws:
IOException
InterruptedException
-