Class CreateImageRemoteCallable

java.lang.Object
jenkins.security.MasterToSlaveCallable<String,Exception>
org.jenkinsci.plugins.dockerbuildstep.cmd.remote.CreateImageRemoteCallable
All Implemented Interfaces:
hudson.remoting.Callable<String,Exception>, Serializable, org.jenkinsci.remoting.RoleSensitive

public class CreateImageRemoteCallable extends MasterToSlaveCallable<String,Exception>
A Callable wrapping the commands necessary to create an image. It can be sent through a Channel to execute on the correct build node.
Author:
David Csakvari
See Also: