Class ExecCreateRemoteCallable
java.lang.Object
jenkins.security.MasterToSlaveCallable<String,Exception>
org.jenkinsci.plugins.dockerbuildstep.cmd.remote.ExecCreateRemoteCallable
- All Implemented Interfaces:
hudson.remoting.Callable<String,
,Exception> Serializable
,org.jenkinsci.remoting.RoleSensitive
A Callable wrapping the exec create command.
It can be sent through a Channel to execute on the correct build node.
- Author:
- David Csakvari
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecCreateRemoteCallable
(DockerBuilder.Config cfgData, Descriptor<?> descriptor, String id, String[] cmd, boolean withAttachStdoutAndStderr) -
Method Summary
Methods inherited from class jenkins.security.MasterToSlaveCallable
checkRoles
-
Constructor Details
-
ExecCreateRemoteCallable
public ExecCreateRemoteCallable(DockerBuilder.Config cfgData, Descriptor<?> descriptor, String id, String[] cmd, boolean withAttachStdoutAndStderr)
-
-
Method Details
-
call
- Throws:
Exception
-