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

Class TextParameter

source code

   object --+        
            |        
BaseParameter --+    
                |    
  StringParameter --+
                    |
                   TextParameter

A generic string parameter that may span multiple lines

Instance Methods
 
value_to_text(self, value) source code

Inherited from StringParameter: parse_from_arg

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

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

Class Variables
  type = ['textarea']
  cols = 80
  rows = 20

Inherited from StringParameter: size

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

Properties

Inherited from BaseParameter: fullName

Inherited from object: __class__