Part of lp.registry.interfaces.projectgroup View In Hierarchy
Known implementations: lp.registry.model.projectgroup.ProjectGroup
Inherited from IProjectGroupPublic:
Int | id | Undocumented |
TextLine | lastdoap | The last RDF fragment for this entity that we received and parsed, or generated. |
Method | getProduct | Get a product with name name . |
Method | translatables | Return an iterator over products that have resources translatables. |
Method | hasProducts | Returns True if a project has products associated with it, False |
Method | getSeries | Return a ProjectGroupSeries object with name series_name . |
Attribute | product_milestones | all the milestones for all the products. |
Inherited from ICanGetMilestonesDirectly (via IProjectGroupPublic):
Method | getMilestone | Return a milestone with the given name for this object, or None. |
Inherited from IHasAppointedDriver (via IProjectGroupPublic):
Choice | driver | Undocumented |
Inherited from IHasBranches (via IProjectGroupPublic):
Method | getBranches | Returns all branches with the given lifecycle status. |
Inherited from IHasBugs (via IProjectGroupPublic):
Attribute | open_bugtasks | A list of open bugTasks for this target. |
Attribute | closed_bugtasks | A list of closed bugTasks for this target. |
Attribute | inprogress_bugtasks | A list of in-progress bugTasks for this target. |
Attribute | high_bugtasks | A list of high importance BugTasks for this target. |
Attribute | critical_bugtasks | A list of critical BugTasks for this target. |
Attribute | new_bugtasks | A list of New BugTasks for this target. |
Attribute | unassigned_bugtasks | A list of unassigned BugTasks for this target. |
Attribute | all_bugtasks | A list of all BugTasks ever reported for this target. |
Attribute | has_bugtasks | True if a BugTask has ever been reported for this target. |
Method | searchTasks | Search the IBugTasks reported on this entity. |
Method | getBugCounts | Return a dict with the number of bugs in each possible status. |
Inherited from IHasDrivers (via IProjectGroupPublic):
Attribute | drivers | A list of drivers |
Inherited from IHasBranchVisibilityPolicy (via IProjectGroupPublic):
Method | getBranchVisibilityTeamPolicies | The branch visibility team policy items. |
Method | getBaseBranchVisibilityRule | Return the BranchVisibilityRule that applies to everyone. |
Method | getBranchVisibilityRuleForTeam | Return the defined visibility rule for the team. |
Method | getBranchVisibilityRuleForBranch | Return the most specific visibility rule for a branch. |
Method | isUsingInheritedBranchVisibilityPolicy | Return True if using policy from the inherited context. |
Method | setBranchVisibilityTeamPolicy | Set the policy for the team. |
Method | removeTeamFromBranchVisibilityPolicy | Remove the team from the policy list. |
Inherited from IHasIcon (via IProjectGroupPublic):
Attribute | icon | The 14x14 icon. |
Inherited from IHasLogo (via IProjectGroupPublic):
Attribute | logo | The 64x64 logo. |
Inherited from IHasMentoringOffers (via IProjectGroupPublic):
Attribute | mentoring_offers | The list of mentoring offers related to this object. |
Inherited from IHasMergeProposals (via IProjectGroupPublic):
Method | getMergeProposals | Returns all merge proposals of a given status. |
Inherited from IHasMilestones (via IProjectGroupPublic):
Bool | has_milestones | Undocumented |
Inherited from IHasMugshot (via IProjectGroupPublic):
Attribute | mugshot | The 192x192 mugshot. |
Inherited from IHasOwner (via IProjectGroupPublic):
Attribute | owner | The object's owner, which is an IPerson. |
Inherited from IHasSpecifications (via IProjectGroupPublic):
Attribute | all_specifications | A list of all specifications, regardless of status or approval or completion, for this object. |
Attribute | has_any_specifications | A true or false indicator of whether or not this object has any specifications associated with it, regardless of their status. |
Attribute | valid_specifications | A list of all specifications that are not obsolete. |
Attribute | latest_specifications | The latest 5 specifications registered for this context. |
Attribute | latest_completed_specifications | The 5 specifications most recently completed for this context. |
Method | specifications | Specifications for this target. |
Inherited from IHasSprints (via IProjectGroupPublic):
Attribute | coming_sprints | A list of up to 5 events currently on, or soon to be on, that are relevant to this context. |
Attribute | sprints | All sprints relevant to this context. |
Attribute | past_sprints | Sprints that occured in the past. |
Inherited from IMakesAnnouncements (via IProjectGroupPublic):
Method | announce | Create a Announcement for this project. |
Inherited from IHasAnnouncements (via IProjectGroupPublic, IMakesAnnouncements):
Method | getAnnouncement | Return the requested announcement. |
Method | getAnnouncements | Return a list of announcements visible to this user. |
Inherited from IKarmaContext (via IProjectGroupPublic):
Method | getTopContributorsGroupedByCategory | Return a dict mapping categories to the top contributors (and their |
Method | getTopContributors | Return the people with the highest amount of Karma, and their |
Inherited from IRootContext (via IProjectGroupPublic):
Attribute | title | The title of the root context object. |
Inherited from IHasOfficialBugTags (via IProjectGroupPublic):
Method | getUsedBugTags | Return the tags used by the context as a sorted list of strings. |
Method | getUsedBugTagsWithOpenCounts | Return name and bug count of tags having open bugs. |
Method | _getOfficialTagClause | Get the storm clause for finding this targets tags. |
Inherited from 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. |
Method | userCanAlterSubscription | Check if a user can change a subscription for a person. |
Method | addSubscription | Add a subscription for this structure. |
Method | userCanAlterBugSubscription | Check if a user can change a bug subscription for a person. |
Method | addBugSubscription | Add a bug subscription for this structure. |
Method | removeBugSubscription | Remove a subscription to bugs from this structure. |
Method | getSubscription | Return the subscription for person , if it exists. |
Method | getBugNotificationsRecipients | Return the set of bug subscribers to this target. |
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 ITranslationPolicy:
Choice | translationgroup | The translation group that helps review translations for this project or distribution. The group's role depends on the permissions policy selected below. |
Choice | translationpermission | The policy this project or distribution uses to balance openness and control for their translations. |