Class ShellCommandCallable
- java.lang.Object
-
- jenkins.MasterToSlaveFileCallable<String>
-
- org.datadog.jenkins.plugins.datadog.apm.ShellCommandCallable
-
- All Implemented Interfaces:
FilePath.FileCallable<String>
,Serializable
,org.jenkinsci.remoting.RoleSensitive
public class ShellCommandCallable extends MasterToSlaveFileCallable<String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShellCommandCallable(Map<String,String> environment, long timeoutMillis, String... command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
invoke(File workspace, hudson.remoting.VirtualChannel channel)
-
Methods inherited from class jenkins.MasterToSlaveFileCallable
checkRoles
-
-
-
-
Method Detail
-
invoke
public String invoke(File workspace, hudson.remoting.VirtualChannel channel) throws IOException
- Throws:
IOException
-
-