Class 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 Detail

      • RemoveAllCommand

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

      • isRemoveVolumes

        public boolean isRemoveVolumes()
      • isForce

        public boolean isForce()