Class: Ansible::Ruby::Modules::Rollbar_deployment
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rollbar_deployment
- Defined in:
- lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb
Overview
Notify Rollbar about app deployments (see rollbar.com/docs/deploys_other/)
Instance Method Summary collapse
-
#comment ⇒ String?
Deploy comment (e.g. what is being deployed).
-
#environment ⇒ String
Name of the environment being deployed, e.g.
-
#revision ⇒ String
Revision number/sha being deployed.
-
#rollbar_user ⇒ String?
Rollbar username of the user who deployed.
-
#token ⇒ String
Your project access token.
-
#url ⇒ String?
Optional URL to submit the notification to.
-
#user ⇒ String?
User who deployed.
-
#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, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#comment ⇒ String?
31 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb', line 31 attribute :comment |
#environment ⇒ String
15 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb', line 15 attribute :environment |
#revision ⇒ String
19 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb', line 19 attribute :revision |
#rollbar_user ⇒ String?
27 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb', line 27 attribute :rollbar_user |
#token ⇒ String
11 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb', line 11 attribute :token |
#url ⇒ String?
35 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb', line 35 attribute :url |
#user ⇒ String?
23 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb', line 23 attribute :user |
#validate_certs ⇒ :yes, ...
39 |
# File 'lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb', line 39 attribute :validate_certs |