Part of lp.registry.interfaces.milestonetag View In Hierarchy
| Attribute | tags | A list of tag names associated with the project group. |
Inherited from IMilestoneData:
| Int | id | Undocumented |
| Attribute | displayname | A displayname constructed from the name. |
| Method | bugtasks | Get a list of non-conjoined bugtasks visible to this user. |
| Method | getSpecifications | Return the specifications visible to this user. |
Inherited from IHasBugs (via IMilestoneData):
| Method | searchTasks | Search the IBugTasks reported on this entity. |
| Method | getBugTaskWeightFunction | Return a function that is used to weight the bug tasks. |
Inherited from IStructuralSubscriptionTargetRead (via IMilestoneData, IStructuralSubscriptionTarget):
| Method | getSubscriptions | Return all the subscriptions with the specified levels. |
| Attribute | parent_subscription_target | The target's parent, or None if one doesn't exist. |
| Attribute | bug_subscriptions | All subscriptions to bugs at the METADATA level or higher. |
| Method | userCanAlterSubscription | Check if a user can change a subscription for a person. |
| Method | userCanAlterBugSubscription | Check if a user can change a bug subscription for a person. |
| Method | getSubscription | Return the subscription for person, if it exists. |
| Attribute | target_type_display | The type of the target, for display. |
| Method | userHasBugSubscriptions | Is user subscribed, directly or via a team, to bug mail? |
Inherited from IStructuralSubscriptionTargetWrite (via IMilestoneData, IStructuralSubscriptionTarget):
| Method | addSubscription | Add a subscription for this structure. |
| Method | addBugSubscription | Add a bug subscription for this structure. |
| Method | addBugSubscriptionFilter | Add a bug subscription filter for this structure. |
| Method | removeBugSubscription | Remove a subscription to bugs from this structure. |
Inherited from IHasOfficialBugTags (via IMilestoneData):
| Method | getUsedBugTagsWithOpenCounts | Return name and bug count of tags having open bugs. |
| Method | _getOfficialTagClause | Get the storm clause for finding this targets tags. |