Class RemoveCommand

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

public class RemoveCommand extends DockerCommand
This command removes specified Docker container(s).
Author:
vjuranek
See Also:
  • Constructor Details

    • RemoveCommand

      @DataBoundConstructor public RemoveCommand(String containerIds, boolean ignoreIfNotFound, boolean removeVolumes, boolean force)
  • Method Details

    • getContainerIds

      public String getContainerIds()
    • getIgnoreIfNotFound

      public boolean getIgnoreIfNotFound()
    • 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