Class: Ansible::Ruby::Modules::Hg
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Hg
- Defined in:
- lib/ansible/ruby/modules/generated/core/source_control/hg.rb
Instance Method Summary collapse
-
#dest ⇒ String
Absolute path of where the repository should be cloned to.
-
#executable ⇒ Object?
Path to hg executable to use.
-
#force ⇒ :yes, ...
Discards uncommitted changes.
-
#purge ⇒ :yes, ...
Deletes untracked files.
-
#repo ⇒ String
The repository address.
-
#revision ⇒ String?
Equivalent C(-r) option in hg command which could be the changeset, revision number, branch name or even tag.
-
#update ⇒ :yes, ...
If C(no), do not retrieve new revisions from the origin repository.
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
#dest ⇒ String
14 |
# File 'lib/ansible/ruby/modules/generated/core/source_control/hg.rb', line 14 attribute :dest |
#executable ⇒ Object?
34 |
# File 'lib/ansible/ruby/modules/generated/core/source_control/hg.rb', line 34 attribute :executable |
#force ⇒ :yes, ...
22 |
# File 'lib/ansible/ruby/modules/generated/core/source_control/hg.rb', line 22 attribute :force |
#purge ⇒ :yes, ...
26 |
# File 'lib/ansible/ruby/modules/generated/core/source_control/hg.rb', line 26 attribute :purge |
#repo ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/core/source_control/hg.rb', line 10 attribute :repo |
#revision ⇒ String?
18 |
# File 'lib/ansible/ruby/modules/generated/core/source_control/hg.rb', line 18 attribute :revision |
#update ⇒ :yes, ...
30 |
# File 'lib/ansible/ruby/modules/generated/core/source_control/hg.rb', line 30 attribute :update |