Part of lp.bugs.interfaces.webservice View In Hierarchy
Int | id | Undocumented |
Attribute | activity | The activity history of this BugWatch. |
Attribute | needscheck | A True or False indicator of whether or not this watch needs to be synchronised. The algorithm used considers the severity of the bug, as well as the activity on the bug, to ensure that we spend most effort on high-importance and high-activity bugs. |
Attribute | unpushed_comments | A set of comments on this BugWatch that need to be pushed to the remote bug tracker. |
Attribute | can_be_rescheduled | A True or False indicator of whether or not this watch can be rescheduled. |
Method | updateImportance | Update the importance of the bug watch and any linked bug task. |
Method | updateStatus | Update the status of the bug watch and any linked bug task. |
Method | destroySelf | Delete this bug watch. |
Method | hasComment | Return True if a comment has been imported for the BugWatch. |
Method | addComment | Link and imported comment to the BugWatch. |
Method | getBugMessages | Return all the `IBugMessage`s that reference this BugWatch. |
Method | getImportedBugMessages | Return all the `IBugMessage`s that have been imported. |
Method | addActivity | Add an IBugWatchActivity record for this BugWatch. |
Method | setNextCheck | Set the next_check time of the watch. |
Method | reset | Completely reset the watch. |
Inherited from IHasBug:
Int | bug | Undocumented |
The lastchanged attribute gets set to the current time.
The lastchanged attribute gets set to the current time.
If the comment has not been imported, return False.
Parameters | comment_id | The remote ID of the comment. |
Parameters | comment_id | The remote ID of the comment. |
message | The imported comment as a Launchpad Message object. |
Return all the `IBugMessage`s that reference this BugWatch. :param clauses: A iterable of Storm clauses to limit the messages.
IBugWatchActivity
record for this BugWatch.Raises | BugWatchCannotBeRescheduled if
IBugWatch.can_be_rescheduled is False. |