Class: Ansible::Ruby::Modules::Tower_job_list

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_job_list.rb

Overview

List Ansible Tower jobs. See U(www.ansible.com/tower) for an overview.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#all_pages:yes, ...

Returns Fetch all the pages and return a single result.

Returns:

  • (:yes, :no, nil)

    Fetch all the pages and return a single result.



19
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_job_list.rb', line 19

attribute :all_pages

#pageObject?

Returns Page number of the results to fetch.

Returns:

  • (Object, nil)

    Page number of the results to fetch.



16
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_job_list.rb', line 16

attribute :page

#queryHash?

Returns Query used to further filter the list of jobs. C(“foo”:“bar”) will be passed at C(?foo=bar).

Returns:

  • (Hash, nil)

    Query used to further filter the list of jobs. C(“foo”:“bar”) will be passed at C(?foo=bar)



23
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_job_list.rb', line 23

attribute :query

#status:pending, ...

Returns Only list jobs with this status.

Returns:

  • (:pending, :waiting, :running, :error, :failed, :canceled, :successful, nil)

    Only list jobs with this status.



12
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_job_list.rb', line 12

attribute :status