Class 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 Detail

      • logger

        protected Logger logger
    • Constructor Detail

      • JobComplete

        @Inject
        public JobComplete​(CloudStackApi client)
    • Method Detail

      • apply

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