Class JobComplete

java.lang.Object
org.jclouds.cloudstack.predicates.JobComplete
All Implemented Interfaces:
com.google.common.base.Predicate<String>, Predicate<String>

@Singleton public class JobComplete extends Object implements com.google.common.base.Predicate<String>
Tests to see if a job is in progress.
  • Field Details

    • logger

      protected Logger logger
  • Constructor Details

  • Method Details

    • apply

      public boolean apply(String jobId)
      Specified by:
      apply in interface com.google.common.base.Predicate<String>