Class RestartContainerRemoteCallable

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

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