Class DockerClient

java.lang.Object
org.jenkinsci.plugins.docker.workflow.client.DockerClient
Direct Known Subclasses:
WindowsDockerClient

public class DockerClient extends Object
Simple docker client for Pipeline.
Author:
tom.fennelly@gmail.com
  • Field Details

    • CLIENT_TIMEOUT

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static int CLIENT_TIMEOUT
      Maximum amount of time (in seconds) to wait for docker client operations which are supposed to be more or less instantaneous.
    • SKIP_RM_ON_STOP

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static boolean SKIP_RM_ON_STOP
      Skip removal of container after a container has been stopped.
    • DOCKER_DATE_TIME_FORMAT

      public static final String DOCKER_DATE_TIME_FORMAT
      See Also:
  • Constructor Details

    • DockerClient

      public DockerClient(@NonNull Launcher launcher, @CheckForNull Node node, @CheckForNull String toolName)
  • Method Details