Part of lp.code.model.branchjob View In Hierarchy
| Method | metadata | Undocumented |
| Method | __init__ | Constructor. |
| Method | destroySelf | See IBranchJob. |
| Method | makeDerived | Undocumented |
Inherited from SQLBase:
| Method | __repr__ | Undocumented |
| Method | __eq__ | Equality operator. |
| Method | __ne__ | Inverse of __eq__. |
| Method | __storm_invalidated__ | Flush cached properties. |
| Class Method | _get_store | Undocumented |
Extra keyword parameters are used to construct the underlying Job object.
| Parameters | branch | The database branch this job relates to. |
| job_type | The BranchJobType of this job. | |
| metadata | The type-specific variables, as a JSON-compatible dict. |