Package coprs :: Module forms :: Class PackageFormScm
[hide private]
[frames] | no frames]

FormMeta PackageFormScm

source code


Nested Classes [hide private]

Inherited from wtforms.form.Form: Meta

Instance Methods [hide private]

Inherited from flask_wtf.form.Form: __init__, generate_csrf_token, hidden_tag, is_submitted, validate_csrf_data, validate_csrf_token, validate_on_submit

Inherited from flask_wtf.form.Form (private): _get_translations

Inherited from wtforms.form.Form: __delattr__, __delitem__, __setitem__, validate

Inherited from wtforms.form.BaseForm: __contains__, __getitem__, __iter__, populate_obj, process

Class Variables [hide private]
  scm_type = <UnboundField(SelectField, ('Type',), {'choices': [...
  clone_url = <UnboundField(StringField, ('Clone url',), {'valid...
  committish = <UnboundField(StringField, ('Committish',), {'val...
  subdirectory = <UnboundField(StringField, ('Subdirectory',), {...
  spec = <UnboundField(StringField, ('Spec File',), {'validators...
  srpm_build_method = <UnboundField(StringField, ('SRPM build me...

Inherited from BasePackageForm: package_name, webhook_rebuild

Inherited from flask_wtf.form.Form: SECRET_KEY, TIME_LIMIT

Inherited from wtforms.ext.csrf.form.SecureForm: csrf_token

Inherited from unreachable.NewBase (private): _unbound_fields, _wtforms_meta

Properties [hide private]
  source_json

Inherited from wtforms.ext.csrf.form.SecureForm: data

Inherited from wtforms.form.BaseForm: errors

Class Variable Details [hide private]

scm_type

Value:
<UnboundField(SelectField, ('Type',), {'choices': [('git', 'Git'), ('s\
vn', 'SVN')]})>

clone_url

Value:
<UnboundField(StringField, ('Clone url',), {'validators': [<wtforms.va\
lidators.DataRequired object at 0x7ff7a01c0150>, <wtforms.validators.U\
RL object at 0x7ff7a01c0190>]})>

committish

Value:
<UnboundField(StringField, ('Committish',), {'validators': [<wtforms.v\
alidators.Optional object at 0x7ff7a01c0290>]})>

subdirectory

Value:
<UnboundField(StringField, ('Subdirectory',), {'validators': [<wtforms\
.validators.Optional object at 0x7ff7a01c0350>]})>

spec

Value:
<UnboundField(StringField, ('Spec File',), {'validators': [<wtforms.va\
lidators.Optional object at 0x7ff7a01c03d0>, <wtforms.validators.Regex\
p object at 0x7ff7a01c0410>]})>

srpm_build_method

Value:
<UnboundField(StringField, ('SRPM build method',), {'default': 'rpkg',\
 'validators': [<wtforms.validators.DataRequired object at 0x7ff7a01c0\
510>, <wtforms.validators.AnyOf object at 0x7ff7a01c0550>]})>

Property Details [hide private]

source_json