|
|
|
|
|
add_task(self,
task)
Add a task to the update properties. |
source code
|
|
|
remove_task(self,
task)
Remove a task to the update properties. |
source code
|
|
|
add_folder(self,
folder)
Add a folder to the update properties. |
source code
|
|
|
remove_folder(self,
folder)
Remove a folder to the update properties. |
source code
|
|
|
_getfolders(self)
Wrapper method to return the folder list from the update properties - please use the folders attribute to access it. |
source code
|
|
|
_getsubprojects(self)
Wrapper method to return the subprojects list - please use the subprojects attribute to access it. |
source code
|
|
|
get_members(self,
recursive=False,
**kargs) |
source code
|
|
|
|
|
_setrelease(self,
release)
Set the release of the current object. |
source code
|
|
|
refresh(self)
Refresh project update properties. |
source code
|
|
|
_getbaseline(self)
Get the baseline of the current project. |
source code
|
|
|
|
|
set_update_method(self,
name,
recurse=False)
Set the update method for the project (and subproject if recurse is True). |
source code
|
|
|
apply_update_properties(self,
baseline=True,
tasks_and_folders=True,
recurse=True)
Apply update properties to subprojects. |
source code
|
|
|
root_dir(self)
Return the directory attached to a project. |
source code
|
|
|
snapshot(self,
targetdir,
recursive=False)
Take a snapshot of the project. |
source code
|
|
|
checkout(self,
release,
version=None,
purpose=None,
subprojects=True)
Create a checkout of this project. |
source code
|
|
|
work_area(self,
maintain,
recursive=None,
relative=None,
path=None,
pst=None,
wat=False)
Configure the work area. |
source code
|
|
|
update(self,
recurse=True,
replaceprojects=True,
keepgoing=False,
result=None)
Update the project based on its reconfigure properties. |
source code
|
|
|
reconcile(self,
updatewa=True,
recurse=True,
consideruncontrolled=True,
missingwafile=True,
report=True)
Reconcile the project to force the work area to match the database. |
source code
|
|
|
get_latest_baseline(self,
filterstring="*",
state="released") |
source code
|
|
|
create_baseline(self,
baseline_name,
release,
baseline_tag,
purpose="System Testing",
state="published_baseline") |
source code
|
|
|
sync(self,
recurse=False,
static=False)
Synchronize project content. |
source code
|
|
|
conflicts(self,
recurse=False,
tasks=False) |
source code
|
|
|
|
|
folders(self)
Wrapper method to return the folder list from the update properties - please use the folders attribute to access it. |
source code
|
|
|
subprojects(self)
Wrapper method to return the subprojects list - please use the subprojects attribute to access it. |
source code
|
|
Inherited from CCMObject :
__getitem__ ,
__setitem__ ,
create_attribute ,
exists ,
finduse ,
is_predecessor_of ,
is_recursive_predecessor_of ,
is_recursive_predecessor_of_fast ,
is_recursive_successor_of_fast ,
is_recursive_sucessor_of ,
keys ,
predecessors ,
relate ,
session ,
successors
Inherited from FourPartName :
__eq__ ,
__ne__ ,
__repr__ ,
__str__ ,
family ,
instance ,
is_same_family ,
name ,
objectname ,
type ,
version
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|