Class: Ansible::Ruby::Modules::Tower_job_list
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Tower_job_list
- 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
-
#all_pages ⇒ :yes, ...
Fetch all the pages and return a single result.
-
#page ⇒ Object?
Page number of the results to fetch.
-
#query ⇒ Hash?
Query used to further filter the list of jobs.
-
#status ⇒ :pending, ...
Only list jobs with this status.
Methods inherited from Base
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.
19 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_job_list.rb', line 19 attribute :all_pages |
#page ⇒ Object?
Returns 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 |
#query ⇒ Hash?
Returns 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.
12 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_job_list.rb', line 12 attribute :status |