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