Trees | Indices | Help |
---|
|
Representation of Build<->MockChroot relation
|
|||
|
|||
|
|||
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
|
|||
status = db.Column(db.Integer, default= helpers.StatusEnum("pe
|
|
|||
Inherited from |
|
Textual representation of name of this chroot
|
Return text representation of status of this build chroot
|
|
mock_chroot_id
|
mock_chroot
|
build_id
|
build
|
status
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Aug 27 09:50:23 2014 | http://epydoc.sourceforge.net |