Class DockerClient

    • Field Detail

      • 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.
    • Constructor Detail

      • DockerClient

        public DockerClient​(@NonNull
                            Launcher launcher,
                            @CheckForNull
                            Node node,
                            @CheckForNull
                            String toolName)