Class: Ansible::Ruby::Modules::Jenkins_job_facts

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

Overview

This module can be used to query the facts about which Jenkins jobs which already exists.

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

#colorString?

Returns Only fetch jobs with the given status color.

Returns:

  • (String, nil)

    Only fetch jobs with the given status color.



20
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_job_facts.rb', line 20

attribute :color

#globString?

Returns A shell glob of Jenkins job names to fetch facts about.

Returns:

  • (String, nil)

    A shell glob of Jenkins job names to fetch facts about.



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

attribute :glob

#nameString?

Returns Exact name of the Jenkins job to fetch facts about.

Returns:

  • (String, nil)

    Exact name of the Jenkins job to fetch facts about.



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

attribute :name

#passwordString?

Returns Password to authenticate with the Jenkins server.,This is a required parameter, if C(token) is not provided.

Returns:

  • (String, nil)

    Password to authenticate with the Jenkins server.,This is a required parameter, if C(token) is not provided.



24
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_job_facts.rb', line 24

attribute :password

#tokenString?

Returns API token used to authenticate with the Jenkins server.,This is a required parameter, if C(password) is not provided.

Returns:

  • (String, nil)

    API token used to authenticate with the Jenkins server.,This is a required parameter, if C(password) is not provided.



28
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_job_facts.rb', line 28

attribute :token

#urlString?

Returns URL where the Jenkins server is accessible.

Returns:

  • (String, nil)

    URL where the Jenkins server is accessible.



32
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_job_facts.rb', line 32

attribute :url

#userString?

Returns User to authenticate with the Jenkins server.

Returns:

  • (String, nil)

    User to authenticate with the Jenkins server.



36
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_job_facts.rb', line 36

attribute :user

#validate_certsBoolean?

Returns If set to C(False), the SSL certificates will not be validated.,This should only set to C(False) used on personally controlled sites using self-signed certificates.

Returns:

  • (Boolean, nil)

    If set to C(False), the SSL certificates will not be validated.,This should only set to C(False) used on personally controlled sites using self-signed certificates.



40
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_job_facts.rb', line 40

attribute :validate_certs