The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qless::ClientJobs

METHODS

new

complete([$offset, $count])

Return the paginated jids of complete jobs

tracked

Return an array of job objects that are being tracked

tagged($tag[, $offset, $count])

Return the paginated jids of jobs tagged with a tag

failed([$group, $offset, $count])

If no group is provided, this returns a JSON blob of the counts of the various types of failures known. If a type is provided, returns paginated job objects affected by that kind of failure.

item($jid)

Get a job object corresponding to that jid, or undef if it doesn't exist