Skip to content
Snippets Groups Projects
Select Git revision
  • ia2
  • adql2.1-ia2
  • private_rows
  • master default protected
4 results

src

  • Clone with SSH
  • Clone with HTTPS
  • gmantele's avatar
    gmantele authored
    - PHASE: list only jobs in the specified PHASE. If this parameter is repeated
             jobs matching any of the specified phases will be returned.
    - AFTER: list jobs created after the specified ISO-8601 date (included).
             If this parameter is repeated, only the most recent date is retained.
    - LAST: list the N-th most recently created jobs, ordered by descending
            creation time
    
    These filter parameters are additive: their constraints are joint as with an
    AND operator (except for PHASE parameters ; see above).
    
    If no filter is specified, all jobs EXCEPT the ARCHIVED ones are listed. The
    only way to list ARCHIVED jobs is to use PHASE=ARCHIVED (with or without other
    filter parameters).
    
    The filtering API has been made in a generic manner so that it is easily
    possible to create and add new filters. See the interface JobFilter and the
    class JobListRefined for more details.
    f08018cb
    History
    Name Last commit Last update
    ..