Part of lp.bugs.model.bugwatch View In Hierarchy
IBugWatch.| Method | bugtasks | Undocumented |
| Method | bugtasks_to_update | Yield the bug tasks that are eligible for update. |
| Method | title | See IBugWatch. |
| Method | url | See IBugWatch. |
| Method | needscheck | See IBugWatch. |
| Method | updateImportance | See IBugWatch. |
| Method | updateStatus | See IBugWatch. |
| Method | destroySelf | See IBugWatch. |
| Method | unpushed_comments | Return the unpushed comments for this BugWatch. |
| Method | hasComment | See IBugWatch. |
| Method | addComment | See IBugWatch. |
| Method | getBugMessages | Undocumented |
| Method | getImportedBugMessages | See IBugWatch. |
| Method | addActivity | See IBugWatch. |
| Method | activity | Undocumented |
| Method | can_be_rescheduled | See IBugWatch. |
| Method | failed_activity | Undocumented |
| Method | setNextCheck | See IBugWatch. |
| Method | reset | See IBugWatch. |
Inherited from SQLBase:
| Method | __init__ | Extended version of the SQLObjectBase constructor. |
| Method | __repr__ | Undocumented |
| Method | __eq__ | Equality operator. |
| Method | __ne__ | Inverse of __eq__. |
| Method | __storm_invalidated__ | Flush cached properties. |
| Class Method | _get_store | Undocumented |