|
|
|
|
|
execute(self)
Creates a checkout of the project, or updates an existing checkout if one is found. |
source code
|
|
|
__find_project(self,
project)
Private method. |
source code
|
|
|
__setup_project(self,
project,
coproject)
Private method. |
source code
|
|
|
_sync(self,
coproject)
Run the sync if the 'sync' property is defined to true in the
configuration |
source code
|
|
|
__set_release(self,
project)
Update the release of the project hierarchy if required. |
source code
|
|
|
__fix_baseline(self,
coproject)
Check for project in a different status, then check them out. |
source code
|
|
|
_check_conflicts(self,
coproject)
Private method. |
source code
|
|
|
__set_subbaselines(self,
project)
Private method. |
source code
|
|
|
|
|
|
|
|
|
|
|
_set_tasks_and_folders(self,
project)
Private method. |
source code
|
|
Inherited from PreparationAction :
get_session ,
get_threads
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|