Package buildbot :: Package schedulers :: Module forcesched :: Class InheritBuildParameter
[frames] | no frames]

Class InheritBuildParameter

source code

       object --+        
                |        
    BaseParameter --+    
                    |    
ChoiceStringParameter --+
                        |
                       InheritBuildParameter

Instance Methods
 
update_from_post(self, master, properties, changes, req) source code

Inherited from ChoiceStringParameter: parse_from_arg

Inherited from BaseParameter: __init__, parse_from_args

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  name = 'inherit'
  compatible_builds = None
hash(x)

Inherited from ChoiceStringParameter: choices, strict, type

Inherited from BaseParameter: debug, default, label, multiple, regex, required

Properties

Inherited from object: __class__

Method Details

update_from_post(self, master, properties, changes, req)

source code 
Overrides: BaseParameter.update_from_post