Class: Ansible::Ruby::Modules::Subversion

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

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

#destString

Returns Absolute path where the repository should be deployed.

Returns:

  • (String)

    Absolute path where the repository should be deployed.



14
# File 'lib/ansible/ruby/modules/generated/core/source_control/subversion.rb', line 14

attribute :dest

#executableObject?

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

Returns:

  • (Object, nil)

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



32
# File 'lib/ansible/ruby/modules/generated/core/source_control/subversion.rb', line 32

attribute :executable

#export:yes, ...

Returns If C(yes), do export instead of checkout/update.

Returns:

  • (:yes, :no, nil)

    If C(yes), do export instead of checkout/update.



35
# File 'lib/ansible/ruby/modules/generated/core/source_control/subversion.rb', line 35

attribute :export

#force:yes, ...

Returns If C(yes), modified files will be discarded. If C(no), module will fail if it encounters modified files. Prior to 1.9 the default was ‘yes`.

Returns:

  • (:yes, :no, nil)

    If C(yes), modified files will be discarded. If C(no), module will fail if it encounters modified files. Prior to 1.9 the default was ‘yes`.



22
# File 'lib/ansible/ruby/modules/generated/core/source_control/subversion.rb', line 22

attribute :force

#passwordObject?

Returns –password parameter passed to svn.

Returns:

  • (Object, nil)

    –password parameter passed to svn.



29
# File 'lib/ansible/ruby/modules/generated/core/source_control/subversion.rb', line 29

attribute :password

#repoString

Returns The subversion URL to the repository.

Returns:

  • (String)

    The subversion URL to the repository.



10
# File 'lib/ansible/ruby/modules/generated/core/source_control/subversion.rb', line 10

attribute :repo

#revisionString?

Returns Specific revision to checkout.

Returns:

  • (String, nil)

    Specific revision to checkout.



18
# File 'lib/ansible/ruby/modules/generated/core/source_control/subversion.rb', line 18

attribute :revision

#switch:yes, ...

Returns If C(no), do not call svn switch before update.

Returns:

  • (:yes, :no, nil)

    If C(no), do not call svn switch before update.



39
# File 'lib/ansible/ruby/modules/generated/core/source_control/subversion.rb', line 39

attribute :switch

#usernameObject?

Returns –username parameter passed to svn.

Returns:

  • (Object, nil)

    –username parameter passed to svn.



26
# File 'lib/ansible/ruby/modules/generated/core/source_control/subversion.rb', line 26

attribute :username