Class ListContainersRemoteCallable

  • All Implemented Interfaces:
    hudson.remoting.Callable<List<com.github.dockerjava.api.model.Container>,​Exception>, Serializable, 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:
    Serialized Form
    • Constructor Detail