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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/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, #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.



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

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.



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

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 “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 “yes”.



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

attribute :force

#nameString

Returns SSH or HTTP protocol address of the parent branch.

Returns:

  • (String)

    SSH or HTTP protocol address of the parent branch.



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

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.



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

attribute :version