Trees | Indices | Help |
---|
|
|
|||
|
|||
|
|||
|
|||
|
|
|||
id = db.Column(db.Integer, primary_key= True)
|
|||
blocked_by_id = db.Column(db.Integer, db.ForeignKey("batch.id"
|
|||
blocked_by = db.relationship("Batch", remote_side= [id])
|
|
|
|
Get a list (generator) of assigned projects
|
Check if USER has permissions to assign builds to this batch. Since we support cross-project batches, user is allowed to add a build to this batch as long as: - the batch has no builds yet (user has created a new batch now) - the batch has at least one build which belongs to project where the user has build access |
|
blocked_by_id
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |