> +               @Override
> +               public boolean apply(URI uri) {
> +                  System.out.println(uri.toString());
> +                  System.out.println(api.getJobApi().jobStatus(uri).name());
> +                  return ParseJobStatus.JobStatus.NO_CONTENT == 
> api.getJobApi().jobStatus(uri);
> +               }
> +            }, 60 * maxTestDuration * 1000).apply(uri);
> +            assertTrue(jobDone, "delete operation did not complete in the 
> configured timeout");
> +         }
> +      }
> +   }
> +
> +   private DeploymentApi api() {
> +      return api.getDeploymentApi(resourceName);
> +   }
> +}

Done.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/273/files/534e8540c90b57d7d1b6cacd6cad8938788f176a#r65290782

Reply via email to