
Public Member Functions | |
| def | __init__ |
| def | get_path_spec |
| def | get_versioned_path_spec |
| def | install |
Public Attributes | |
| uri | |
| version | |
Definition at line 130 of file config_elements.py.
| def config_elements.OtherConfigElement.__init__ | ( | self, | |
| path, | |||
| local_name, | |||
uri = None, |
|||
version = '', |
|||
properties = None |
|||
| ) |
Definition at line 132 of file config_elements.py.
| def config_elements.OtherConfigElement.get_path_spec | ( | self | ) |
PathSpec object with values as specified in file
Reimplemented from config_elements.ConfigElement.
Definition at line 144 of file config_elements.py.
PathSpec where VCS elements have the version looked up
Reimplemented from config_elements.ConfigElement.
Definition at line 141 of file config_elements.py.
| def config_elements.OtherConfigElement.install | ( | self, | |
checkout = True, |
|||
backup = False, |
|||
backup_path = None, |
|||
verbose = False |
|||
| ) |
Attempt to make it so that self.path is the result of checking out / updating from remote repo. No user Interaction allowed here (for concurrent mode). :param checkout: whether to checkout or update :param backup: if checking out, what to do if path exists. If true, backup_path must be set.
Reimplemented from config_elements.ConfigElement.
Definition at line 138 of file config_elements.py.
Definition at line 132 of file config_elements.py.
Definition at line 132 of file config_elements.py.