Class ListContainersRemoteCallable
java.lang.Object
jenkins.security.MasterToSlaveCallable<List<com.github.dockerjava.api.model.Container>, Exception>
org.jenkinsci.plugins.dockerbuildstep.cmd.remote.ListContainersRemoteCallable
- All Implemented Interfaces:
hudson.remoting.Callable<List<com.github.dockerjava.api.model.Container>, Exception>, Serializable, ControllerToAgentCallable<List<com.github.dockerjava.api.model.Container>, Exception>, org.jenkinsci.remoting.RoleSensitive
public class ListContainersRemoteCallable
extends MasterToSlaveCallable<List<com.github.dockerjava.api.model.Container>, Exception>
A Callable wrapping the list containers command.
It can be sent through a Channel to execute on the correct build node.
- Author:
- David Csakvari
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionListContainersRemoteCallable(DockerBuilder.Config cfgData, Descriptor<?> descriptor, boolean showAll) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.remoting.Callable
getChannelOrFail, getOpenChannelOrFailMethods inherited from interface ControllerToAgentCallable
checkRoles
-
Constructor Details
-
ListContainersRemoteCallable
public ListContainersRemoteCallable(DockerBuilder.Config cfgData, Descriptor<?> descriptor, boolean showAll)
-
-
Method Details
-
call
-