Class PullImageRemoteCallable
java.lang.Object
jenkins.security.MasterToSlaveCallable<Void,Exception>
org.jenkinsci.plugins.dockerbuildstep.cmd.remote.PullImageRemoteCallable
- All Implemented Interfaces:
hudson.remoting.Callable<Void,
,Exception> Serializable
,org.jenkinsci.remoting.RoleSensitive
A Callable wrapping the pull command.
It can be sent through a Channel to execute on the correct build node.
- Author:
- David Csakvari
- See Also:
-
Constructor Summary
ConstructorDescriptionPullImageRemoteCallable
(BuildListener listener, DockerBuilder.Config cfgData, Descriptor<?> descriptor, com.github.dockerjava.api.model.AuthConfig authConfig, String fromImageRes) -
Method Summary
Methods inherited from class jenkins.security.MasterToSlaveCallable
checkRoles
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.remoting.Callable
getChannelOrFail, getOpenChannelOrFail
-
Constructor Details
-
PullImageRemoteCallable
public PullImageRemoteCallable(BuildListener listener, DockerBuilder.Config cfgData, Descriptor<?> descriptor, com.github.dockerjava.api.model.AuthConfig authConfig, String fromImageRes)
-
-
Method Details
-
call
- Throws:
Exception
-