Class StopContainerRemoteCallable
java.lang.Object
jenkins.security.MasterToSlaveCallable<Void,Exception>
org.jenkinsci.plugins.dockerbuildstep.cmd.remote.StopContainerRemoteCallable
- All Implemented Interfaces:
hudson.remoting.Callable<Void,
,Exception> Serializable
,org.jenkinsci.remoting.RoleSensitive
A Callable wrapping the stop container command.
It can be sent through a Channel to execute on the correct build node.
- Author:
- David Csakvari
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStopContainerRemoteCallable
(DockerBuilder.Config cfgData, Descriptor<?> descriptor, String id) -
Method Summary
Methods inherited from class jenkins.security.MasterToSlaveCallable
checkRoles
-
Constructor Details
-
StopContainerRemoteCallable
public StopContainerRemoteCallable(DockerBuilder.Config cfgData, Descriptor<?> descriptor, String id)
-
-
Method Details
-
call
- Throws:
Exception
-