Trees | Indices | Help |
---|
|
Representation of Build<->MockChroot relation
|
|||
Inherited from |
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
mock_chroot_id = db.Column(db.Integer, db.ForeignKey("mock_chr
|
|||
mock_chroot = db.relationship("MockChroot", backref= db.backre
|
|||
build_id = db.Column(db.Integer, db.ForeignKey("build.id"), pr
|
|||
build = db.relationship("Build", backref= db.backref("build_ch
|
|||
git_hash = db.Column(db.String(40))
|
|||
status = db.Column(db.Integer, default= StatusEnum("importing"))
|
|||
started_on = db.Column(db.Integer)
|
|||
ended_on = db.Column(db.Integer, index= True)
|
|||
last_deferred = db.Column(db.Integer)
|
|||
__mapper__ = <Mapper at 0x7fee48f12210; BuildChroot>
|
|||
__table__ = Table('build_chroot', MetaData(bind=None), Column(
|
|||
__tablename__ =
|
|||
_sa_class_manager = <ClassManager of <class 'coprs.models.Buil
|
|||
Inherited from Inherited from |
|
|||
name Textual representation of name of this chroot |
|||
state Return text representation of status of this build chroot |
|||
task_id | |||
import_task_id | |||
dist_git_url | |||
import_log_url | |||
result_dir_url | |||
result_dir | |||
Inherited from Inherited from |
|
str(x)
|
A simple constructor that allows initialization from kwargs. Sets attributes on the constructed instance using the names and values in ``kwargs``. Only keys that are present as attributes of the instance's class are allowed. These could be, for example, any mapped columns or relationships.
|
|
mock_chroot_id
|
mock_chroot
|
build_id
|
build
|
__table__
|
_sa_class_manager
|
|
nameTextual representation of name of this chroot
|
stateReturn text representation of status of this build chroot
|
task_id
|
import_task_id
|
dist_git_url
|
import_log_url
|
result_dir_url
|
result_dir
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Dec 5 22:37:18 2016 | http://epydoc.sourceforge.net |