Part of lp.bugs.interfaces.bugtask View In Hierarchy
Choice | product | Undocumented |
Inherited from IBugTask:
Int | id | Undocumented |
Choice | productseries | Undocumented |
Attribute | productseriesID | The product series ID |
Choice | sourcepackagename | Undocumented |
Choice | distribution | Undocumented |
Choice | distroseries | Undocumented |
Text | statusexplanation | Undocumented |
Datetime | age | The age of this task, expressed as the length of time between the creation date and now. |
Int | task_age | The age of this task in seconds, a delta between now and the date the bug task was created. |
Bool | target_uses_malone | Undocumented |
Choice | pillar | The LP pillar (product or distribution) associated with this task. |
Attribute | other_affected_pillars | The other pillars (products or distributions) affected by this bug. This returns a list of pillars OTHER THAN the pillar associated with this particular bug. |
Field | bug_subscribers | Undocumented |
Attribute | conjoined_master | The series-specific bugtask in a conjoined relationship |
Attribute | conjoined_slave | The generic bugtask in a conjoined relationship |
Method | findSimilarBugs | Return the list of possible duplicates for this BugTask. |
Method | getConjoinedMaster | Return the conjoined master in the given bugtasks, if any. |
Method | subscribe | Subscribe this person to the underlying bug. |
Method | isSubscribed | Return True if the person is an explicit subscriber to the |
Method | transitionToMilestone | Set the BugTask milestone. |
Method | transitionToImportance | Set the BugTask importance. |
Method | setImportanceFromDebbugs | Set the Launchpad BugTask importance on the basis of a debbugs |
Method | canTransitionToStatus | Return True if the user is allowed to change the status to |
Method | transitionToStatus | Perform a workflow transition to the new_status. |
Method | userCanSetAnyAssignee | Check if the current user can set anybody sa a bugtask assignee. |
Method | userCanUnassign | Check if the current user can set assignee to None. |
Method | transitionToAssignee | Perform a workflow transition to the given assignee. |
Method | transitionToTarget | Convert the bug task to a different bug target. |
Method | updateTargetNameCache | Update the targetnamecache field in the database. |
Method | asEmailHeaderValue | Return a value suitable for an email header value for this bugtask. |
Method | getDelta | Compute the delta from old_task to this task. |
Method | getPackageComponent | Return the task's package's component or None. |
Method | userCanEditMilestone | Can the user edit the Milestone field? |
Method | userCanEditImportance | Can the user edit the Importance field? |
Inherited from IHasDateCreated (via IBugTask):
Attribute | datecreated | The date on which I was created. |
Inherited from IHasBug (via IBugTask):
Int | bug | Undocumented |
Inherited from ICanBeMentored (via IBugTask):
Method | canMentor | True if this user could now offer mentoring on this piece of |
Method | isMentor | True if the user is offering mentoring for this piece of work. |
Method | offerMentoring | Record that the user is willing to mentor anyone who is trying to |
Method | retractMentoring | Remove the offer of mentoring for this work by this user. |
Inherited from IHasMentoringOffers (via IBugTask, ICanBeMentored):
Attribute | mentoring_offers | The list of mentoring offers related to this object. |