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

Class PreparationUpdate

source code

+
+       object --+        
+                |        
+PreparationAction --+    
+                    |    
+  PreparationCheckout --+
+                        |
+                       PreparationUpdate
+
+ +
+Synergy project updater.

+ + + + + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__init__(self, + config, + builder)
+ Initialization.
+ source code + +
+ +
+   + + + + + + +
check(self)
+ Checks if all synergy resources are available.
+ source code + +
+ +
+   + + + + + + +
execute(self)
+ Updating the mentioned project.
+ source code + +
+ +
+ +

Inherited from PreparationAction: + get_session, + get_threads +

+

Inherited from PreparationAction (private): + _check_object +

+

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

+
+ + + + + + + + + +
+ + + + + +
Static Methods[hide private]
+
+

Inherited from PreparationCheckout (private): + _clean_update_properties +

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

Inherited from object: + __class__ +

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

__init__(self, + config, + builder) +
(Constructor) +

+
source code  +
+ + Initialization. +
+
Overrides: + PreparationCheckout.__init__ +
+
+
+
+ +
+ +
+ + +
+

check(self) +

+
source code  +
+ + Checks if all synergy resources are available. +
+
Overrides: + PreparationCheckout.check +
+
+
+
+ +
+ +
+ + +
+

execute(self) +

+
source code  +
+ + Updating the mentioned project. +
+
Overrides: + PreparationCheckout.execute +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +