Class: Ansible::Ruby::Modules::Airbrake_deployment
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Airbrake_deployment
- Defined in:
- lib/ansible/ruby/modules/generated/extras/monitoring/airbrake_deployment.rb
Instance Method Summary collapse
-
#environment ⇒ String
The airbrake environment name, typically ‘production’, ‘staging’, etc.
-
#repo ⇒ Object?
URL of the project repository.
-
#revision ⇒ String?
A hash, number, tag, or other identifier showing what revision was deployed.
-
#token ⇒ String
API token.
-
#url ⇒ String?
Optional URL to submit the notification to.
-
#user ⇒ String?
The username of the person doing the deployment.
-
#validate_certs ⇒ :yes, ...
If C(no), SSL certificates for the target url will not be validated.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#environment ⇒ String
14 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/airbrake_deployment.rb', line 14 attribute :environment |
#repo ⇒ Object?
22 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/airbrake_deployment.rb', line 22 attribute :repo |
#revision ⇒ String?
25 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/airbrake_deployment.rb', line 25 attribute :revision |
#token ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/airbrake_deployment.rb', line 10 attribute :token |
#url ⇒ String?
29 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/airbrake_deployment.rb', line 29 attribute :url |
#user ⇒ String?
18 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/airbrake_deployment.rb', line 18 attribute :user |
#validate_certs ⇒ :yes, ...
33 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/airbrake_deployment.rb', line 33 attribute :validate_certs |