Class RemoveAllCommand

java.lang.Object
org.jenkinsci.plugins.dockerbuildstep.cmd.DockerCommand
org.jenkinsci.plugins.dockerbuildstep.cmd.RemoveAllCommand
All Implemented Interfaces:
ExtensionPoint, Describable<DockerCommand>

public class RemoveAllCommand extends DockerCommand
This command removes all Docker containers. Before removing them, it kills all them in case some of them are running.
Author:
vjuranek
  • Constructor Details

    • RemoveAllCommand

      @DataBoundConstructor public RemoveAllCommand(boolean removeVolumes, boolean force)
  • Method Details

    • isRemoveVolumes

      public boolean isRemoveVolumes()
    • isForce

      public boolean isForce()
    • execute

      public void execute(Launcher launcher, AbstractBuild build, ConsoleLogger console) throws com.github.dockerjava.api.exception.DockerException
      Specified by:
      execute in class DockerCommand
      Throws:
      com.github.dockerjava.api.exception.DockerException