Class PushImageRemoteCallable
java.lang.Object
jenkins.security.MasterToSlaveCallable<Void,Exception>
org.jenkinsci.plugins.dockerbuildstep.cmd.remote.PushImageRemoteCallable
- All Implemented Interfaces:
hudson.remoting.Callable<Void,
,Exception> Serializable
,org.jenkinsci.remoting.RoleSensitive
A Callable wrapping the push command.
It can be sent through a Channel to execute on the correct build node.
- Author:
- David Csakvari
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPushImageRemoteCallable
(BuildListener listener, DockerBuilder.Config cfgData, Descriptor<?> descriptor, com.github.dockerjava.api.model.AuthConfig authConfig, String imageRes, String tagRes) -
Method Summary
Methods inherited from class jenkins.security.MasterToSlaveCallable
checkRoles
-
Constructor Details
-
PushImageRemoteCallable
public PushImageRemoteCallable(BuildListener listener, DockerBuilder.Config cfgData, Descriptor<?> descriptor, com.github.dockerjava.api.model.AuthConfig authConfig, String imageRes, String tagRes)
-
-
Method Details
-
call
- Throws:
Exception
-