343536373839404142
@Override public void doRecurseOperation() throws OpsException { ForEach recursor = Injection.getInstance(ForEach.class); recursor.doRecursion(this, service.getSshKey(), NginxService.class, NginxFrontend.class); } }
323334353637383940
@Override public void doRecurseOperation() throws OpsException { ForEach recursor = Injection.getInstance(ForEach.class); recursor.doRecursion(this, service.getSshKey(), NginxService.class, NginxBackend.class); } }