public void clean() { for (Id id : repo.ids(true)) { if (!inclusive(id)) { continue; } stop(id); clean(id); } }
@Override protected void doExecute(DockerOrchestrator orchestrator) { orchestrator.clean(); }