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

Class FixedParameter

source code

   object --+    
            |    
BaseParameter --+
                |
               FixedParameter

A fixed parameter that cannot be modified by the user.

Instance Methods
 
parse_from_args(self, l)
Secondary customization point, called from getFromKwargs to turn a validated value into a single property value
source code

Inherited from BaseParameter: __init__, getFromKwargs, parse_from_arg, setParent, updateFromKwargs

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

Class Variables
  type = ['fixed']
  hide = True
  default = ""

Inherited from BaseParameter: debug, label, multiple, name, parentName, regex, required

Properties

Inherited from BaseParameter: fullName

Inherited from object: __class__

Method Details

parse_from_args(self, l)

source code 

Secondary customization point, called from getFromKwargs to turn a validated value into a single property value

Overrides: BaseParameter.parse_from_args
(inherited documentation)