Class StartContainerRemoteCallable

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

public class StartContainerRemoteCallable extends MasterToSlaveCallable<String, Exception>
A Callable wrapping the start container command. It can be sent through a Channel to execute on the correct build node.
Author:
David Csakvari
See Also: