Class: Ansible::Ruby::Modules::Bzr

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/source_control/bzr.rb

Overview

Manage I(bzr) branches to deploy files or software.

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

#destString

Returns Absolute path of where the branch should be cloned to.

Returns:

  • (String)

    Absolute path of where the branch should be cloned to.



16
# File 'lib/ansible/ruby/modules/generated/source_control/bzr.rb', line 16

attribute :dest

#executableObject?

Returns Path to bzr executable to use. If not supplied, the normal mechanism for resolving binary paths will be used.

Returns:

  • (Object, nil)

    Path to bzr executable to use. If not supplied, the normal mechanism for resolving binary paths will be used.



28
# File 'lib/ansible/ruby/modules/generated/source_control/bzr.rb', line 28

attribute :executable

#force:yes, ...

Returns If C(yes), any modified files in the working tree will be discarded. Before 1.9 the default value was C(yes).

Returns:

  • (:yes, :no, nil)

    If C(yes), any modified files in the working tree will be discarded. Before 1.9 the default value was C(yes).



24
# File 'lib/ansible/ruby/modules/generated/source_control/bzr.rb', line 24

attribute :force

#nameString

Returns SSH or HTTP protocol address of the parent branch.

Returns:

  • (String)

    SSH or HTTP protocol address of the parent branch.



12
# File 'lib/ansible/ruby/modules/generated/source_control/bzr.rb', line 12

attribute :name

#versionString?

Returns What version of the branch to clone. This can be the bzr revno or revid.

Returns:

  • (String, nil)

    What version of the branch to clone. This can be the bzr revno or revid.



20
# File 'lib/ansible/ruby/modules/generated/source_control/bzr.rb', line 20

attribute :version