Class RemoveCommand

    • Constructor Detail

      • RemoveCommand

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

      • getContainerIds

        public String getContainerIds()
      • getIgnoreIfNotFound

        public boolean getIgnoreIfNotFound()
      • isRemoveVolumes

        public boolean isRemoveVolumes()
      • isForce

        public boolean isForce()