diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/build.model.BOM-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/build.model.BOM-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,426 @@ + + + + + build.model.BOM + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package build :: + Module model :: + Class BOM + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class BOM

source code

+
+object --+
+         |
+        BOM
+
+ +
+The Bill of Materials for a build.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__init__(self, + config, + ccm_project=None, + username=None, + password=None, + provider=None)
+ Initialization.
+ source code + +
+ +
+   + + + + + + +
_capture_projects(self) + source code + +
+ +
+   + + + + + + +
__find_project(self, + project, + config) + source code + +
+ +
+   + + + + + + +
_capture_icd_icfs(self) + source code + +
+ +
+   + + + + + + +
_capture_flags(self) + source code + +
+ +
+   + + + + + + +
_getprojects(self) + source code + +
+ +
+   + + + + + + +
projects(self) + source code + +
+ +
+   + + + + + + +
all_baselines(self) + source code + +
+ +
+   + + + + + + +
all_tasks(self) + source code + +
+ +
+   + + + + + + +
__str__(self)
+ str(x)
+ source code + +
+ +
+   + + + + + + +
close(self) + source code + +
+ +
+

Inherited from object: + __delattr__, + __getattribute__, + __hash__, + __new__, + __reduce__, + __reduce_ex__, + __repr__, + __setattr__ +

+
+ + + + + + + + + +
+ + + + + +
Properties[hide private]
+
+

Inherited from object: + __class__ +

+
+ + + + + + +
+ + + + + +
Method Details[hide private]
+
+ +
+ +
+ + +
+

__init__(self, + config, + ccm_project=None, + username=None, + password=None, + provider=None) +
(Constructor) +

+
source code  +
+ + Initialization. +
+
Parameters:
+
    +
  • config - The build configuration properties.
  • +
  • ccm_project - The Synergy project used for reading the BOM.
  • +
+
Overrides: + object.__init__ +
+
+
+
+ +
+ +
+ + +
+

__str__(self) +
(Informal representation operator) +

+
source code  +
+ + str(x) +
+
Overrides: + object.__str__ +
(inherited documentation)
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +