Class: Ansible::Ruby::Modules::Jenkins_plugin
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Jenkins_plugin
- Defined in:
- lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_plugin.rb
Overview
Ansible module which helps to manage Jenkins plugins.
Instance Method Summary collapse
-
#group ⇒ String?
Name of the Jenkins group on the OS.
-
#jenkins_home ⇒ String?
Home directory of the Jenkins user.
-
#mode ⇒ Object?
File mode applied on versioned plugins.
-
#name ⇒ String?
Plugin name.
-
#owner ⇒ String?
Name of the Jenkins user on the OS.
-
#state ⇒ :absent, ...
Desired plugin state.,If the C(latest) is set, the check for new version will be performed every time.
-
#timeout ⇒ Integer?
Server connection timeout in secs.
-
#updates_expiration ⇒ Integer?
Number of seconds after which a new copy of the I(update-center.json) file is downloaded.
-
#updates_url ⇒ String?
URL of the Update Centre.,Used as the base URL to download the plugins and the I(update-center.json) JSON file.
-
#url ⇒ String?
URL of the Jenkins server.
-
#version ⇒ String?
Plugin version number.,If this option is specified, all plugin dependencies must be installed manually.,It might take longer to verify that the correct version is installed.
-
#with_dependencies ⇒ :yes, ...
Defines whether to install plugin dependencies.,This option takes effect only if the I(version) is not defined.
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
#group ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_plugin.rb', line 12 attribute :group |
#jenkins_home ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_plugin.rb', line 16 attribute :jenkins_home |
#mode ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_plugin.rb', line 20 attribute :mode |
#name ⇒ String?
23 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_plugin.rb', line 23 attribute :name |
#owner ⇒ String?
27 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_plugin.rb', line 27 attribute :owner |
#state ⇒ :absent, ...
31 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_plugin.rb', line 31 attribute :state |
#timeout ⇒ Integer?
35 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_plugin.rb', line 35 attribute :timeout |
#updates_expiration ⇒ Integer?
39 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_plugin.rb', line 39 attribute :updates_expiration |
#updates_url ⇒ String?
43 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_plugin.rb', line 43 attribute :updates_url |
#url ⇒ String?
47 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_plugin.rb', line 47 attribute :url |
#version ⇒ String?
51 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_plugin.rb', line 51 attribute :version |
#with_dependencies ⇒ :yes, ...
55 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/jenkins_plugin.rb', line 55 attribute :with_dependencies |